summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-02-07 20:26:02 +0200
committerLars Wirzenius <liw@liw.fi>2018-02-08 17:53:45 +0200
commit72a62a6abb727cfdeb38747defd150899e120a67 (patch)
tree75c3396ab0b2c5e88e959d8254e7abd94d5296ba
parent50de24d41087af0ea9c69c7914e83866c4a3dddd (diff)
downloadick2-72a62a6abb727cfdeb38747defd150899e120a67.tar.gz
Bump version number post-release to 0.24+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 7570005..1030755 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.24+git, not yet released
+----------------------------------
+
+
Version 0.24, released 2018-02-07
----------------------------------
diff --git a/debian/changelog b/debian/changelog
index 879b3ee..1f035ef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ick2 (0.24+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Wed, 07 Feb 2018 20:26:02 +0200
+
ick2 (0.24-1) unstable; urgency=medium
* New upstream version.
diff --git a/ick2/version.py b/ick2/version.py
index 2998698..916e71c 100644
--- a/ick2/version.py
+++ b/ick2/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.24"
-__version_info__ = (0, 24)
+__version__ = "0.24+git"
+__version_info__ = (0, 24, '+git')