]> granicus.if.org Git - graphviz/commitdiff
Stable Release 2.46.0
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sun, 15 Nov 2020 11:47:12 +0000 (12:47 +0100)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Mon, 18 Jan 2021 17:28:04 +0000 (18:28 +0100)
CHANGELOG.md
gen_version.py

index eaac8c5bea1edda0581d104059355e68e2323d75..b2b296a4bf5d30ce652ab13c3c2f9d95d7721aeb 100644 (file)
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [2.46.0] - 2021-01-18
+
 ### Added
 - Cgraph's agxbuf API gained a new function agxbdisown(), for dissociating
   backing memory from the managed buffer
@@ -1307,7 +1309,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.44.1...master
+[Unreleased]: https://gitlab.com/graphviz/graphviz/compare/2.46.0...master
+[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
 [2.42.4]: https://gitlab.com/graphviz/graphviz/compare/2.42.3...2.42.4
index b7bb89aba5c92ec1bcf1a5542cac4553a1700c77..7fe7974928ae9fcefb429da8967400c54807a91f 100644 (file)
@@ -19,9 +19,9 @@
 # 2.44.2          stable                 => 2.44.2
 # 2.44.3          development            => 2.44.3~dev.20200824.1337
 
-collection = 'development'
+collection = 'stable'
 
-version = '2.44.2'
+version = '2.46.0'
 
 import os
 import sys