From: Matthew Fernandez Date: Sat, 6 Feb 2021 19:34:28 +0000 (-0800) Subject: Stable Release 2.46.1 X-Git-Tag: 2.46.1^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=refs%2Fheads%2Fsmattr%2F63291F41-E610-4E9F-B12E-1566969C0FDA;p=graphviz Stable Release 2.46.1 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index bbcc21477..cc50ca596 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.46.0] - 2021-02-13 + ### Added - Support for building against Guile 2.2 - Portable source is now also offered as a .tar.xz @@ -1335,7 +1337,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.46.0...master +[Unreleased]: https://gitlab.com/graphviz/graphviz/compare/2.46.1...master +[2.46.1]: https://gitlab.com/graphviz/graphviz/compare/2.46.0...2.46.1 [2.46.0]: https://gitlab.com/graphviz/graphviz/compare/2.44.1...2.46.0 [2.44.1]: https://gitlab.com/graphviz/graphviz/compare/2.44.0...2.44.1 [2.44.0]: https://gitlab.com/graphviz/graphviz/compare/2.42.4...2.44.0 diff --git a/gen_version.py b/gen_version.py index fcf331b8e..a1f1c8eb3 100644 --- a/gen_version.py +++ b/gen_version.py @@ -19,7 +19,7 @@ # 2.44.2 stable => 2.44.2 # 2.44.3 development => 2.44.3~dev.20200824.1337 -collection = 'development' +collection = 'stable' version = '2.46.1'