summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)