From 7f6c58bc262e4a783d67667c7e2f4509674afe8f Mon Sep 17 00:00:00 2001 From: Pier Carlo Chiodi Date: Sat, 17 Aug 2019 21:58:58 +0200 Subject: [PATCH] v0.22.0 --- CHANGES.rst | 6 ++++-- pierky/arouteserver/version.py | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 5c641b6c..2d1e8464 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,8 +3,10 @@ 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 ------------- +v0.21.0 +------- + +This is the last release of ARouteServer for which Python 2.7 compatibility is guaranteed. From the next release, any new feature will not be tested against that version of Python. - New: `OpenBGPD Portable ` (release 6.5p1) also supported. diff --git a/pierky/arouteserver/version.py b/pierky/arouteserver/version.py index 89352af8..5fdcb961 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__ = "0.21.1" # pragma: no cover +__version__ = "0.22.0" # pragma: no cover COPYRIGHT_YEAR = 2019 # pragma: no cover