]> granicus.if.org Git - graphviz/commitdiff
Stable Release 2.47.3
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 15 Jun 2021 01:39:18 +0000 (18:39 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 15 Jun 2021 01:39:18 +0000 (18:39 -0700)
CHANGELOG.md
gen_version.py

index 66b533320618f511dc9ba221362afa33bd76e484..1c08211c8004334268ed5741d1f202421d7ccd2a 100644 (file)
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [2.47.3] - 2021-06-19
+
 ### Changed
 
 - marginally more accurate computations in Smyrna sphere projection
@@ -1429,7 +1431,8 @@ March 13, 2000: Use AM_PROG_LIBTOOL instead of AC_PROG_LIBTOOL
    in configure.in.  John Ellson <ellson@graphviz.org>
 ```
 
-[Unreleased]: https://gitlab.com/graphviz/graphviz/compare/2.47.2...main
+[Unreleased]: https://gitlab.com/graphviz/graphviz/compare/2.47.3...main
+[2.47.3]: https://gitlab.com/graphviz/graphviz/compare/2.47.2...2.47.3
 [2.47.2]: https://gitlab.com/graphviz/graphviz/compare/2.47.1...2.47.2
 [2.47.1]: https://gitlab.com/graphviz/graphviz/compare/2.47.0...2.47.1
 [2.47.0]: https://gitlab.com/graphviz/graphviz/compare/2.46.1...2.47.0
index 6d6ef9547f7170b75cc9ca651bb0ce7a76e306df..a8976afff1950746f2f1267b99738f5baee1ca79 100644 (file)
@@ -27,7 +27,7 @@ import os
 import subprocess
 import sys
 
-collection = "development"
+collection = "stable"
 
 version = "2.47.3"