From 5d03770ad6dd365337c61e01305230ad40d43322 Mon Sep 17 00:00:00 2001 From: Christopher Amin Date: Wed, 17 Jan 2018 17:38:07 +0100 Subject: [PATCH] New release because the previous one had non-functioning scripts --- CHANGES.rst | 7 +++++++ ripe/atlas/tools/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index db0205d..18bf180 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,12 @@ Release History =============== +2.2.3 (released 2017-01-17) +--------------------------- + +Bug Fixes +~~~~~~~~~ +- Fix for distribution issues that prevented the command-line scripts from working + 2.2.2 (released 2017-10-12) --------------------------- diff --git a/ripe/atlas/tools/version.py b/ripe/atlas/tools/version.py index e245fab..b821d75 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.2.2" +__version__ = "2.2.3"