summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--debian/changelog6
-rw-r--r--salami/version.py4
3 files changed, 9 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 7ecd44d..b0f55a6 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ NEWS for Salami
This file has release notes for Salami
-Version 0.0+git, not yet released
+Version 0.1, released 2017-11-14
----------------------------------
First release.
diff --git a/debian/changelog b/debian/changelog
index 1f2cb16..2f4c844 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,11 @@
salami (0.1-1) unstable; urgency=medium
+ *
+
+ -- Lars Wirzenius <liw@liw.fi> Tue, 14 Nov 2017 12:07:43 +0100
+
+salami (0.1-1) unstable; urgency=medium
+
* Initial packaging. This is not intended to be uploaded to Debian, so
no closing of an ITP bug.
diff --git a/salami/version.py b/salami/version.py
index 4e6afe5..cb8d60a 100644
--- a/salami/version.py
+++ b/salami/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.0+git"
-__version_info__ = (0, 0, '+git')
+__version__ = "0.1"
+__version_info__ = (0, 1)