summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-08-01 12:04:37 +0300
committerLars Wirzenius <liw@liw.fi>2017-08-01 12:04:37 +0300
commit9fa32665fec73d5b6a0d94b823cda1f465cd1a86 (patch)
tree6580f109435a2ba9a2c68511adf2e28e93b7991f
parent9de0ef9539a6a10a643658285cc67f7acbc7560e (diff)
downloadapifw-9fa32665fec73d5b6a0d94b823cda1f465cd1a86.tar.gz
Prepare to release version 0.3apifw-0.3
-rw-r--r--apifw/version.py4
-rw-r--r--debian/changelog4
2 files changed, 4 insertions, 4 deletions
diff --git a/apifw/version.py b/apifw/version.py
index 6b53a69..8154561 100644
--- a/apifw/version.py
+++ b/apifw/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.2+git"
-__version_info__ = (0, 2, '+git')
+__version__ = "0.3"
+__version_info__ = (0, 3)
diff --git a/debian/changelog b/debian/changelog
index 6ebaf21..a9669a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-apifw (0.2+git-1) UNRELEASED; urgency=medium
+apifw (0.3-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Tue, 01 Aug 2017 11:11:20 +0300
+ -- Lars Wirzenius <liw@liw.fi> Tue, 01 Aug 2017 12:04:37 +0300
apifw (0.2-1) unstable; urgency=medium