summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-02-19 18:33:45 +0200
committerLars Wirzenius <liw@liw.fi>2016-02-19 18:33:45 +0200
commit556a8f0a142aff4891c34c534dc3366f5abe7886 (patch)
tree185f9ae2edc5d5410f7324d2818016c76910949c
parentbef629b6ae7511a17b73552485eebfb242c93c75 (diff)
downloadbumper-556a8f0a142aff4891c34c534dc3366f5abe7886.tar.gz
Prepare to release version 0.1bumper-0.1
-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 104aa4e..4ec67c7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for bumper
===============
-Version 0.0, not yet released
+Version 0.1, released 2016-02-19
-----------------------------
This is the initial version. No news.
diff --git a/bumperlib/version.py b/bumperlib/version.py
index d72e9ff..cb8d60a 100644
--- a/bumperlib/version.py
+++ b/bumperlib/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.0"
-__version_info__ = (0, 0)
+__version__ = "0.1"
+__version_info__ = (0, 1)
diff --git a/debian/changelog b/debian/changelog
index 14fecdb..44155da 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
-bumper (0.0-0) UNRELEASED; urgency=low
+bumper (0.1-1) unstable; urgency=low
* Initial packaging. This is not intended to be uploaded to Debian, so
no closing of an ITP bug.
+ * New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Sat, 08 May 2010 11:10:24 +1200
+ -- Lars Wirzenius <liw@liw.fi> Fri, 19 Feb 2016 18:33:45 +0200