From 7a1b562f7fd70158432cb915265f2fc208920a64 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 16 Apr 2017 17:52:09 +0300 Subject: Prepare to release version 0.1 --- NEWS | 2 +- debian/changelog | 6 ++++++ distixapi/version.py | 4 ++-- 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 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) -- cgit v1.2.1