From 7a9312f4e014bbd831ada4e3de0b5bcadc4094f8 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Mon, 14 Jun 2021 18:39:18 -0700 Subject: [PATCH] Stable Release 2.47.3 --- CHANGELOG.md | 5 ++++- gen_version.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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" -- 2.40.0