summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-04-07 17:10:14 +0300
committerLars Wirzenius <liw@liw.fi>2018-04-07 17:10:14 +0300
commit51faf071151eb5ba82dbac6e7855bbaccaf65c8c (patch)
treef8f8bbcc0b570f30ace762c5bf408adeeadd8ad7
parentdf115d5300c8ea64df634c5e06f091667121c8ae (diff)
downloadick2-51faf071151eb5ba82dbac6e7855bbaccaf65c8c.tar.gz
Prepare to release version 0.35ick2-0.35
-rw-r--r--NEWS2
-rw-r--r--debian/changelog4
-rw-r--r--ick2/version.py4
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 <http://www.gnu.org/licenses/>.
-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 <liw@liw.fi> Thu, 05 Apr 2018 10:28:25 +0300
+ -- Lars Wirzenius <liw@liw.fi> 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)