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"