summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-01-01 01:49:05 +0200
committerLars Wirzenius <liw@liw.fi>2017-01-01 01:49:05 +0200
commit41de51b31c114cc4eb4638b3f1e472970dde4d44 (patch)
tree23f13827c6d6ce588ee001f49ffa1863aa5b242c
parentf4b3fdde07d801be22bb3f33dcd2e45d5fcae189 (diff)
downloaddistix-0.8.tar.gz
Prepare to release version 0.8distix-0.8
-rw-r--r--NEWS2
-rw-r--r--debian/changelog4
-rw-r--r--distixlib/version.py4
3 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index ca0b6a6..be7f5ed 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ NEWS for distix, a distributed ticketing system
This file contains release notes and other newsworthy bits about
distix, a distributed ticketing system.
-Version 0.7+git, not yet released
+Version 0.8, released 2017-01-01
---------------------------------
* rsiddharth fixed a timezone parsting bug in the
diff --git a/debian/changelog b/debian/changelog
index b568599..f4f184d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-distix (0.7+git-1) UNRELEASED; urgency=medium
+distix (0.8-1) unstable; urgency=medium
* New upstream version.
* debian/control: Add dependencies on python-pgpwordlist.
- -- Lars Wirzenius <liw@liw.fi> Wed, 19 Oct 2016 21:39:44 +0300
+ -- Lars Wirzenius <liw@liw.fi> Sun, 01 Jan 2017 01:49:05 +0200
distix (0.7-1) unstable; urgency=medium
diff --git a/distixlib/version.py b/distixlib/version.py
index 6ab0781..179986c 100644
--- a/distixlib/version.py
+++ b/distixlib/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.7+git"
-__version_info__ = (0, 7, '+git')
+__version__ = "0.8"
+__version_info__ = (0, 8)