summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-05-28 12:41:55 +0300
committerLars Wirzenius <liw@liw.fi>2018-05-28 12:41:55 +0300
commit8198082525c6b25c6db33ba29e90d3ffaf41f414 (patch)
tree3e44ae9c9c4ff32866cfad6874f90e7974576a34
parent119057afd00883ba586637d69f3b8eb0e0ca77b5 (diff)
downloadjt-tmp-8198082525c6b25c6db33ba29e90d3ffaf41f414.tar.gz
Prepare to release version 0.21jt-0.21
-rw-r--r--NEWS2
-rw-r--r--debian/changelog4
-rw-r--r--jtlib/version.py4
3 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 4c56c80..49f82e9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for jt
===========
-Version 0.20+git, not yet released
+Version 0.21, released 2018-05-28
----------------------------------
* The `--editor` setting now uses `{editor}` instead of `%s` as the
diff --git a/debian/changelog b/debian/changelog
index d522c0f..3ce4676 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-jt (0.20+git-1) UNRELEASED; urgency=medium
+jt (0.21-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Wed, 22 Nov 2017 15:19:25 +0200
+ -- Lars Wirzenius <liw@liw.fi> Mon, 28 May 2018 12:41:55 +0300
jt (0.20-1) unstable; urgency=medium
diff --git a/jtlib/version.py b/jtlib/version.py
index 3f6419e..f6f7ff1 100644
--- a/jtlib/version.py
+++ b/jtlib/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.20+git"
-__version_info__ = (0, 20, '+git')
+__version__ = "0.21"
+__version_info__ = (0, 21)