summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-12-07 21:55:40 +0200
committerLars Wirzenius <liw@liw.fi>2017-12-07 21:55:40 +0200
commit6d757a42d0f9101a10c21c76c3548369e0db3686 (patch)
tree232066896cf85ceb6c8d8c47eeb3b217b049a375
parent1e8201519a3aacea78b803cfd4e382005834f5d2 (diff)
downloadapifw-6d757a42d0f9101a10c21c76c3548369e0db3686.tar.gz
Prepare to release version 0.30apifw-0.30
-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 2798b17..0344544 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ apifw NEWS
This file summarizes changes between releases of `apifw`.
-Version 0.29+git, not yet released
+Version 0.30, released 2017-12-07
----------------------------------
* Fixed using of supplised dict logger.
diff --git a/apifw/version.py b/apifw/version.py
index 9648b3b..7b03a84 100644
--- a/apifw/version.py
+++ b/apifw/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.29+git"
-__version_info__ = (0, 29, '+git')
+__version__ = "0.30"
+__version_info__ = (0, 30)
diff --git a/debian/changelog b/debian/changelog
index cf69d08..0423d8f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-apifw (0.29+git-1) UNRELEASED; urgency=medium
+apifw (0.30-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Thu, 07 Dec 2017 21:07:49 +0200
+ -- Lars Wirzenius <liw@liw.fi> Thu, 07 Dec 2017 21:55:40 +0200
apifw (0.29-1) unstable; urgency=medium