summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-04-16 18:15:46 +0300
committerLars Wirzenius <liw@liw.fi>2017-04-16 18:15:46 +0300
commit30c90e8f5f5129d0384cc521a76e573eff6ed3bc (patch)
tree33d7ff26f30fddde4263fc507ffef655fc84d856
parente7fee188f1d597ca5a72055b1afe49d0ed8408f5 (diff)
downloaddistixapi-30c90e8f5f5129d0384cc521a76e573eff6ed3bc.tar.gz
Prepare to release version 0.2distixapi-0.2
-rw-r--r--NEWS2
-rw-r--r--debian/changelog4
-rw-r--r--distixapi/version.py4
3 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 7ad11e2..09b9834 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for distixapi, an HTTP API for a distix repository
=============================================================================
-Version 0.1+git, not yet released
+Version 0.2, released 2017-04-16
---------------------------------
* Add configuration instructions to README.
diff --git a/debian/changelog b/debian/changelog
index 1cdc0a6..e5cb52c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-distixapi (0.1+git-1) UNRELEASED; urgency=medium
+distixapi (0.2-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Sun, 16 Apr 2017 17:52:11 +0300
+ -- Lars Wirzenius <liw@liw.fi> Sun, 16 Apr 2017 18:15:46 +0300
distixapi (0.1-1) unstable; urgency=medium
diff --git a/distixapi/version.py b/distixapi/version.py
index 3361381..4f4e767 100644
--- a/distixapi/version.py
+++ b/distixapi/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.1+git"
-__version_info__ = (0, 1, '+git')
+__version__ = "0.2"
+__version_info__ = (0, 2)