]> granicus.if.org Git - graphviz/commitdiff
Stable Release 2.47.2
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 16 May 2021 17:36:11 +0000 (10:36 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 27 May 2021 00:06:24 +0000 (17:06 -0700)
CHANGELOG.md
gen_version.py

index 237a4a36216c09dc46bddfb2a8f73315cd0dcdce..64921974433e3f678eaab675f2de7a0ab82500ec 100644 (file)
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [2.47.2] - 2021-05-26
+
 ### Added
 
 - CMake option `use_sanitizers` which enables building with address and
@@ -1404,7 +1406,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.1...main
+[Unreleased]: https://gitlab.com/graphviz/graphviz/compare/2.47.2...main
+[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
 [2.46.1]: https://gitlab.com/graphviz/graphviz/compare/2.46.0...2.46.1
index cb8bb027cddac4e03111f005192799612c3ee6bd..31b5d7eef998b424dd7a370c3c17a21881543b60 100644 (file)
@@ -27,7 +27,7 @@ import os
 import subprocess
 import sys
 
-collection = "development"
+collection = "stable"
 
 version = "2.47.2"