summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-03-16 10:04:29 +0200
committerLars Wirzenius <liw@liw.fi>2016-03-16 10:04:29 +0200
commit44a15aad0f9c9c8fa33f4839d6c1428640b74315 (patch)
treea0dd62229d561147689f73b55c3ee20f7f7170f4
parent311a19c6e2af273f866d8807600c3349baf79ee0 (diff)
downloadbumper-44a15aad0f9c9c8fa33f4839d6c1428640b74315.tar.gz
Prepare to release version 0.3bumper-0.3
-rw-r--r--NEWS2
-rw-r--r--bumperlib/version.py4
-rw-r--r--debian/changelog5
3 files changed, 6 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 2ea1834..5d77541 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for bumper
===============
-Version 0.2+git, not yet released
+Version 0.3, released 2016-03-16
---------------------------------
* Bumper now checks that the new version is newer than the current
diff --git a/bumperlib/version.py b/bumperlib/version.py
index 6b53a69..8154561 100644
--- a/bumperlib/version.py
+++ b/bumperlib/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 761ecf8..3e62ace 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-bumper (0.2+git-1) UNRELEASED; urgency=medium
+bumper (0.3-1) unstable; urgency=medium
*
+ * New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Sun, 21 Feb 2016 10:13:19 +0200
+ -- Lars Wirzenius <liw@liw.fi> Wed, 16 Mar 2016 10:04:29 +0200
bumper (0.2-1) unstable; urgency=medium