summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-12-07 20:33:55 +0200
committerLars Wirzenius <liw@liw.fi>2017-12-07 20:33:55 +0200
commit06339cb4605c771561f7f4ce741df287d43f7e90 (patch)
tree2e27c016c03b12c0b81956b4792a4fef524a0fe2
parent853ab9a683e7dc7314fe299097353de8f74759bf (diff)
downloadapifw-06339cb4605c771561f7f4ce741df287d43f7e90.tar.gz
Prepare to release version 0.19apifw-0.19
-rw-r--r--NEWS2
-rw-r--r--apifw/version.py4
-rw-r--r--debian/changelog4
3 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index cbe8621..15b0360 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ apifw NEWS
This file summarizes changes between releases of `apifw`.
-Version 0.18+git, not yet released
+Version 0.19, released 2017-12-07
----------------------------------
* Parsed token are cached, for speed.
diff --git a/apifw/version.py b/apifw/version.py
index 1037537..c121c17 100644
--- a/apifw/version.py
+++ b/apifw/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.18+git"
-__version_info__ = (0, 18, '+git')
+__version__ = "0.19"
+__version_info__ = (0, 19)
diff --git a/debian/changelog b/debian/changelog
index c89ddc4..1c4cbb9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-apifw (0.18+git-1) UNRELEASED; urgency=medium
+apifw (0.19-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Wed, 22 Nov 2017 20:50:06 +0200
+ -- Lars Wirzenius <liw@liw.fi> Thu, 07 Dec 2017 20:33:55 +0200
apifw (0.18-1) unstable; urgency=medium