summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-11-15 12:41:03 +0100
committerLars Wirzenius <liw@liw.fi>2017-11-15 12:41:03 +0100
commit0570c93e6c7fbf05f30ca51b3008aa8fd0fea232 (patch)
treebecc0ff53dbdecaee5caa3b99e43d24c1821fac4
parent4d373bef2babac0ce45d58f1987c9ed88e8e57c5 (diff)
downloadqvisqve-0570c93e6c7fbf05f30ca51b3008aa8fd0fea232.tar.gz
Prepare to release version 0.3salami-0.3
-rw-r--r--NEWS2
-rw-r--r--debian/changelog4
-rw-r--r--salami/version.py4
3 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 505ee94..1d81c87 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ NEWS for Salami
This file has release notes for Salami
-Version 0.2+git, not yet released
+Version 0.3, released 2017-11-15
---------------------------------
diff --git a/debian/changelog b/debian/changelog
index 7587779..da13520 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-salami (0.2+git-1) UNRELEASED; urgency=medium
+salami (0.3-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Tue, 14 Nov 2017 12:15:25 +0100
+ -- Lars Wirzenius <liw@liw.fi> Wed, 15 Nov 2017 12:41:03 +0100
salami (0.2-1) unstable; urgency=medium
diff --git a/salami/version.py b/salami/version.py
index 6b53a69..8154561 100644
--- a/salami/version.py
+++ b/salami/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.2+git"
-__version_info__ = (0, 2, '+git')
+__version__ = "0.3"
+__version_info__ = (0, 3)