summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-08-01 17:53:08 +0300
committerLars Wirzenius <liw@liw.fi>2017-08-01 17:53:08 +0300
commit470347a49ba4a9ea72e138ee1d5016e19a80f3be (patch)
tree400a71538ac7b4dbd6ef1ef7c663197f36ab8f99
parent65019f51b6519265f19cd49ae08438ff177a19e8 (diff)
downloadapifw-470347a49ba4a9ea72e138ee1d5016e19a80f3be.tar.gz
Prepare to release version 0.4apifw-0.4
-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 bee4f76..f3e1eb5 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ apifw NEWS
This file summarizes changes between releases of `apifw`.
-Version 0.3+git, not yet released
+Version 0.4, released 2017-08-01
---------------------------------
diff --git a/apifw/version.py b/apifw/version.py
index 5235e90..127f940 100644
--- a/apifw/version.py
+++ b/apifw/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.3+git"
-__version_info__ = (0, 3, '+git')
+__version__ = "0.4"
+__version_info__ = (0, 4)
diff --git a/debian/changelog b/debian/changelog
index 07397ee..7123dde 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-apifw (0.3+git-1) UNRELEASED; urgency=medium
+apifw (0.4-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Tue, 01 Aug 2017 12:04:39 +0300
+ -- Lars Wirzenius <liw@liw.fi> Tue, 01 Aug 2017 17:53:08 +0300
apifw (0.3-1) unstable; urgency=medium