From: Matthew Fernandez Date: Tue, 15 Jun 2021 01:39:18 +0000 (-0700) Subject: Stable Release 2.47.3 X-Git-Tag: 2.47.3^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7a9312f4e014bbd831ada4e3de0b5bcadc4094f8;p=graphviz Stable Release 2.47.3 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 66b533320..1c08211c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ``` -[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 diff --git a/gen_version.py b/gen_version.py index 6d6ef9547..a8976afff 100644 --- a/gen_version.py +++ b/gen_version.py @@ -27,7 +27,7 @@ import os import subprocess import sys -collection = "development" +collection = "stable" version = "2.47.3"