summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--debian/changelog4
-rw-r--r--summainlib/version.py4
3 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 5e71e7a..1f24dd7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS file for summain
=====================
-Version 0.20+git, not yet released
+Version 0.21, released 2016-10-09
---------------------------------
* Require Python 2.7.
diff --git a/debian/changelog b/debian/changelog
index 1d0acc3..91b80b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-summain (0.20+git-1) UNRELEASED; urgency=medium
+summain (0.21-1) unstable; urgency=medium
* New upstream version.
* debian/rules: Require Python 2.7.
- -- Lars Wirzenius <liw@liw.fi> Sun, 09 Oct 2016 15:38:35 +0300
+ -- Lars Wirzenius <liw@liw.fi> Sun, 09 Oct 2016 15:45:24 +0300
summain (0.20-1) unstable; urgency=low
diff --git a/summainlib/version.py b/summainlib/version.py
index addb965..f6f7ff1 100644
--- a/summainlib/version.py
+++ b/summainlib/version.py
@@ -1,2 +1,2 @@
-__version__ = '0.20+git'
-__version_info__ = (0, 20, '+git')
+__version__ = "0.21"
+__version_info__ = (0, 21)