From 67d9fe28d39d3199edf42ddd0a4813f17423ae17 Mon Sep 17 00:00:00 2001 From: Pier Carlo Chiodi Date: Tue, 14 Mar 2023 18:11:47 +0100 Subject: [PATCH] v1.20.0 --- CHANGES.rst | 4 ++-- pierky/arouteserver/version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 36112a96..eb6a0860 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,8 +3,8 @@ Change log .. note:: **Upgrade notes**: after upgrading, run the ``arouteserver setup-templates`` command to sync the local templates with those distributed with the new version. More details on the `Upgrading `__ section of the documentation. -next release ------------- +1.20.0 +------ - Deprecation: support for overly old OpenBGPD versions (< 7.0) is removed. diff --git a/pierky/arouteserver/version.py b/pierky/arouteserver/version.py index 0fa2c073..d4eba50b 100644 --- a/pierky/arouteserver/version.py +++ b/pierky/arouteserver/version.py @@ -13,5 +13,5 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -__version__ = "1.20.0-alpha3" # pragma: no cover +__version__ = "1.20.0" # pragma: no cover COPYRIGHT_YEAR = 2023 # pragma: no cover