From 92ae331ac0d0540461507a58cb7f48066f627cb5 Mon Sep 17 00:00:00 2001 From: Andreas Strikos Date: Fri, 21 Apr 2017 09:38:31 +0200 Subject: [PATCH] Bump version for next release and update Changes.rst --- CHANGES.rst | 2 +- ripe/atlas/sagan/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index b99675d..6caebf8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,6 @@ Changelog ========= -* next release +* 1.2 * Replaced pyOpenSSL with cryptography * Added parsing of subjectAltName X509 extension * 1.1.11 diff --git a/ripe/atlas/sagan/version.py b/ripe/atlas/sagan/version.py index c9aefd6..baeaffb 100644 --- a/ripe/atlas/sagan/version.py +++ b/ripe/atlas/sagan/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__ = "1.1.11" +__version__ = "1.2"