summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-11-14 12:15:22 +0100
committerLars Wirzenius <liw@liw.fi>2017-11-14 12:15:22 +0100
commit745767fa441be63b2d400098265b276d42a73e74 (patch)
tree9851c59867393b072d37fa2b071cb1e74b6662f1
parent71119513d149900fef4051db6000c1f76d12461c (diff)
downloadqvisqve-745767fa441be63b2d400098265b276d42a73e74.tar.gz
Prepare to release version 0.2salami-0.2
-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 489bf10..4d8ada7 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ NEWS for Salami
This file has release notes for Salami
-Version 0.1+git, not yet released
+Version 0.2, released 2017-11-14
---------------------------------
diff --git a/debian/changelog b/debian/changelog
index 273bb2b..1216352 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-salami (0.1+git-1) UNRELEASED; urgency=medium
+salami (0.2-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Tue, 14 Nov 2017 12:07:45 +0100
+ -- Lars Wirzenius <liw@liw.fi> Tue, 14 Nov 2017 12:15:22 +0100
salami (0.1-1) unstable; urgency=medium
diff --git a/salami/version.py b/salami/version.py
index 3361381..4f4e767 100644
--- a/salami/version.py
+++ b/salami/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.1+git"
-__version_info__ = (0, 1, '+git')
+__version__ = "0.2"
+__version_info__ = (0, 2)