From 51faf071151eb5ba82dbac6e7855bbaccaf65c8c Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 7 Apr 2018 17:10:14 +0300 Subject: Prepare to release version 0.35 --- NEWS | 2 +- debian/changelog | 4 ++-- ick2/version.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index a9fc49f..40d9f42 100644 --- a/NEWS +++ b/NEWS @@ -17,7 +17,7 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . -Version 0.34+git, not yet released +Version 0.35, released 2018-04-07 ---------------------------------- * Controller now knows the URL to the identity provider's diff --git a/debian/changelog b/debian/changelog index 29ba855..825b644 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -ick2 (0.34+git-1) UNRELEASED; urgency=medium +ick2 (0.35-1) unstable; urgency=medium * New upstream version. - -- Lars Wirzenius Thu, 05 Apr 2018 10:28:25 +0300 + -- Lars Wirzenius Sat, 07 Apr 2018 17:10:14 +0300 ick2 (0.34-1) unstable; urgency=medium diff --git a/ick2/version.py b/ick2/version.py index 2702d8c..beb0065 100644 --- a/ick2/version.py +++ b/ick2/version.py @@ -1,2 +1,2 @@ -__version__ = "0.34+git" -__version_info__ = (0, 34, '+git') +__version__ = "0.35" +__version_info__ = (0, 35) -- cgit v1.2.1