From 894563b42a1ea0acd65537a9951c9ecff9b635e0 Mon Sep 17 00:00:00 2001 From: Andreas Strikos Date: Fri, 21 Apr 2017 11:32:13 +0200 Subject: [PATCH] Bump version for next release and update Changes.rst --- CHANGES.rst | 16 ++++++++++++++++ ripe/atlas/tools/version.py | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 94b98b4..2fb394a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,22 @@ Release History =============== +2.1 (released 2016-04-21) +--------------------------- + +New Features +~~~~~~~~~~~~ +- Add a simple NTP renderer + +Changes +~~~~~~~ +- Use new cousteau (1.4) & sagan(1.2) versions. + +Bug Fixes +~~~~~~~~~ +- Fix for some unicode problems when using colors +- Fix issue #177, with `gdbm` problem. + 2.0.2 (released 2016-10-21) --------------------------- diff --git a/ripe/atlas/tools/version.py b/ripe/atlas/tools/version.py index 2a1065e..9dce8ec 100644 --- a/ripe/atlas/tools/version.py +++ b/ripe/atlas/tools/version.py @@ -13,4 +13,4 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -__version__ = "2.0.2" +__version__ = "2.1"