From ededbbcbc5b8ee8face17a138febaac2ac381f8a Mon Sep 17 00:00:00 2001 From: Pier Carlo Chiodi Date: Mon, 27 Nov 2017 21:02:26 +0100 Subject: [PATCH] v0.15.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 1a11dff6..f3494d1f 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.15.0 +------- - New feature: ``configure`` and ``show_config`` *support* commands. diff --git a/pierky/arouteserver/version.py b/pierky/arouteserver/version.py index 2d86e99f..7e1a5a82 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.14.1" # pragma: no cover +__version__ = "0.15.0" # pragma: no cover COPYRIGHT_YEAR = 2017 # pragma: no cover