summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--apifw/version.py4
-rw-r--r--debian/changelog6
3 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 9cbd1ee..efcbfbf 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,10 @@ apifw NEWS
This file summarizes changes between releases of `apifw`.
+Version 0.33+git, not yet released
+----------------------------------
+
+
Version 0.33, released 2018-03-24
----------------------------------
diff --git a/apifw/version.py b/apifw/version.py
index f6aa6a5..836bd1b 100644
--- a/apifw/version.py
+++ b/apifw/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.33"
-__version_info__ = (0, 33)
+__version__ = "0.33+git"
+__version_info__ = (0, 33, '+git')
diff --git a/debian/changelog b/debian/changelog
index 41c599d..12ea491 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+apifw (0.33+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 24 Mar 2018 18:45:17 +0200
+
apifw (0.33-1) unstable; urgency=medium
* New upstream version.