summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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