summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-08-03 18:25:38 +0300
committerLars Wirzenius <liw@liw.fi>2017-08-03 18:25:38 +0300
commitd2d55bd7afac158d5e0c7f5cc1c756d6765fe742 (patch)
tree8dcf09c309f9186f98db85f133598189b9d7ae58
parent44a030b692aa6b1d4c9e9105963be34a6513ba12 (diff)
downloadapifw-d2d55bd7afac158d5e0c7f5cc1c756d6765fe742.tar.gz
Prepare to release version 0.5apifw-0.5
-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 02e1879..074ad3a 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ apifw NEWS
This file summarizes changes between releases of `apifw`.
-Version 0.4+git, not yet released
+Version 0.5, released 2017-08-03
---------------------------------
diff --git a/apifw/version.py b/apifw/version.py
index 43a4b73..ce32cb0 100644
--- a/apifw/version.py
+++ b/apifw/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.4+git"
-__version_info__ = (0, 4, '+git')
+__version__ = "0.5"
+__version_info__ = (0, 5)
diff --git a/debian/changelog b/debian/changelog
index aee54cb..5c377ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-apifw (0.4+git-1) UNRELEASED; urgency=medium
+apifw (0.5-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Tue, 01 Aug 2017 17:53:11 +0300
+ -- Lars Wirzenius <liw@liw.fi> Thu, 03 Aug 2017 18:25:38 +0300
apifw (0.4-1) unstable; urgency=medium