summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-04-20 22:20:38 +0300
committerLars Wirzenius <liw@liw.fi>2018-04-20 22:20:38 +0300
commitc84ce7c6ab029dd788a87428d2d74e7f5c5a5cd4 (patch)
tree8fd2e44e21ce2bcbaaac11cb627544fe7947f132
parentef3689ebf4bb8223816f18513399d72ca6b26440 (diff)
downloadick2-c84ce7c6ab029dd788a87428d2d74e7f5c5a5cd4.tar.gz
Bump version number post-release to 0.42+git
-rw-r--r--NEWS4
-rw-r--r--debian/changelog6
-rw-r--r--ick2/version.py4
3 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 192fc00..2ac83d1 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,10 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
+Version 0.42+git, not yet released
+----------------------------------
+
+
Version 0.42, released 2018-04-20
----------------------------------
diff --git a/debian/changelog b/debian/changelog
index e6ed9f0..88d93a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ick2 (0.42+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Fri, 20 Apr 2018 22:20:38 +0300
+
ick2 (0.42-1) unstable; urgency=medium
* New upstream version.
diff --git a/ick2/version.py b/ick2/version.py
index 0257d0f..121d6e5 100644
--- a/ick2/version.py
+++ b/ick2/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.42"
-__version_info__ = (0, 42)
+__version__ = "0.42+git"
+__version_info__ = (0, 42, '+git')