From 7aa8bdaa596cb790a182d33261f51637ba3b94ba Mon Sep 17 00:00:00 2001 From: Pier Carlo Chiodi Date: Sun, 26 Apr 2020 10:06:17 +0200 Subject: [PATCH] v0.25.0 --- CHANGES.rst | 4 ++-- README.rst | 2 ++ docs/STATUS.txt | 2 ++ pierky/arouteserver/version.py | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 805f20e9..270d3783 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 ------------- +v0.25.0 +------- - New feature: ``tag_and_reject`` reject policy for BIRD. diff --git a/README.rst b/README.rst index cac82733..ce9b022a 100644 --- a/README.rst +++ b/README.rst @@ -163,6 +163,8 @@ Who is using ARouteServer? - `MBIX `__, BIRD. +- `MIX `__, BIRD. + - `Netnod `__, BIRD and GoBGP\ :sup:`1`\. - `PIT-IX `__, BIRD. diff --git a/docs/STATUS.txt b/docs/STATUS.txt index 5995d95e..f7a3eea5 100644 --- a/docs/STATUS.txt +++ b/docs/STATUS.txt @@ -29,6 +29,8 @@ Who is using ARouteServer? - `MBIX `__, BIRD. +- `MIX `__, BIRD. + - `Netnod `__, BIRD and GoBGP\ :sup:`1`\. - `PIT-IX `__, BIRD. diff --git a/pierky/arouteserver/version.py b/pierky/arouteserver/version.py index 43f96e13..23146eaf 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.25.0-alpha2" # pragma: no cover +__version__ = "0.25.0" # pragma: no cover COPYRIGHT_YEAR = 2020 # pragma: no cover