summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-04-16 17:52:09 +0300
committerLars Wirzenius <liw@liw.fi>2017-04-16 17:52:09 +0300
commit7a1b562f7fd70158432cb915265f2fc208920a64 (patch)
tree6a23fbcd2214b8f0fc37cc3d3f5c64c4a399b2df
parenta0f3d58de9969b3612a1704045c840148695f5c8 (diff)
downloaddistixapi-7a1b562f7fd70158432cb915265f2fc208920a64.tar.gz
Prepare to release version 0.1distixapi-0.1
-rw-r--r--NEWS2
-rw-r--r--debian/changelog6
-rw-r--r--distixapi/version.py4
3 files changed, 9 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index a84c139..cba60bc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for distixapi, an HTTP API for a distix repository
=============================================================================
-Version 0.0+git, not yet released
+Version 0.1, released 2017-04-16
-----------------------------------------------------------------------------
This is the first version.
diff --git a/debian/changelog b/debian/changelog
index cc506bc..4e00586 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+distixapi (0.1-1) unstable; urgency=medium
+
+ *
+
+ -- Lars Wirzenius <liw@liw.fi> Sun, 16 Apr 2017 17:52:08 +0300
+
distixapi (0.0-1) unstable; urgency=low
* Initial packaging. This is not intended to be uploaded to Debian, so
diff --git a/distixapi/version.py b/distixapi/version.py
index 4e6afe5..cb8d60a 100644
--- a/distixapi/version.py
+++ b/distixapi/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.0+git"
-__version_info__ = (0, 0, '+git')
+__version__ = "0.1"
+__version_info__ = (0, 1)