summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-12-16 20:17:24 +0200
committerLars Wirzenius <liw@liw.fi>2017-12-16 20:17:24 +0200
commit5ef6a789d810b9dd1b16e4f23dbe45f51feb323b (patch)
treea6fd84e35a7dd79cb91cb555b4ed66bb33c68fb4
parenta98c663d5a8c09ab9fb2ac3e74149c88d2fe92d4 (diff)
downloadick2-0.20.tar.gz
Prepare to release version 0.20ick2-0.20
-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 ca4c4a2..05b53fb 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.19+git, not yet released
+Version 0.20, released 2017-12-16
----------------------------------
* A blob service has been added. It is so simple you will weep.
diff --git a/debian/changelog b/debian/changelog
index 14afd4d..5c9bd79 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-ick2 (0.19+git-1) UNRELEASED; urgency=medium
+ick2 (0.20-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Wed, 29 Nov 2017 22:48:50 +0100
+ -- Lars Wirzenius <liw@liw.fi> Sat, 16 Dec 2017 20:17:24 +0200
ick2 (0.19-1) unstable; urgency=medium
diff --git a/ick2/version.py b/ick2/version.py
index 4adb7d4..de34faa 100644
--- a/ick2/version.py
+++ b/ick2/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.19+git"
-__version_info__ = (0, 19, '+git')
+__version__ = "0.20"
+__version_info__ = (0, 20)