summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-10-09 15:16:03 +0300
committerLars Wirzenius <liw@liw.fi>2016-10-09 15:16:03 +0300
commit0af10cfa4234bdff8cf5c0a69cc086962a73d541 (patch)
tree81887ae3859eb4d405cf2b985ff68b26681806cb
parentfc63407cdf55d2fbf52b86551732e9108e91353c (diff)
downloadpython-tracing-0af10cfa4234bdff8cf5c0a69cc086962a73d541.tar.gz
Prepare to release version 0.10tracing-0.10
-rw-r--r--NEWS2
-rw-r--r--debian/changelog4
-rw-r--r--tracing/version.py4
3 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index f99bd25..c50c063 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for python-tracing
=======================
-Version 0.9+git, not yet released
+Version 0.10, released 2016-10-09
--------------------------------
* Require Python 2.7.
diff --git a/debian/changelog b/debian/changelog
index da067fd..6514874 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-python-tracing (0.9+git-1) UNRELEASED; urgency=medium
+python-tracing (0.10-1) unstable; urgency=medium
* New upstream version.
* debian/control: Require Python 2.7.
- -- Lars Wirzenius <liw@liw.fi> Sun, 09 Oct 2016 15:10:38 +0300
+ -- Lars Wirzenius <liw@liw.fi> Sun, 09 Oct 2016 15:16:03 +0300
python-tracing (0.9-1) unstable; urgency=low
diff --git a/tracing/version.py b/tracing/version.py
index ba90bed..191f961 100644
--- a/tracing/version.py
+++ b/tracing/version.py
@@ -1,2 +1,2 @@
-__version__ = '0.9+git'
-__version_info__ = (0, 9, '+git')
+__version__ = "0.10"
+__version_info__ = (0, 10)