summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-02-01 11:05:53 +0200
committerLars Wirzenius <liw@liw.fi>2018-02-01 11:05:53 +0200
commit9e2cd132e5ca0da060275e16063bad74b0128827 (patch)
tree69f180b0cb0e212d1a54f4f4459ff6e5de608fb6
parenta6ead2e91013f75d9361948df59bf6cddea8d692 (diff)
downloadqvisqve-salami-0.7.tar.gz
Prepare to release version 0.7salami-0.7
-rw-r--r--NEWS2
-rw-r--r--debian/changelog4
-rw-r--r--salami/version.py4
3 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 83b5172..cb8ca6d 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ NEWS for Salami
This file has release notes for Salami
-Version 0.6+git, not yet released
+Version 0.7, released 2018-02-01
---------------------------------
* Add support for OAuth2 client credential grant. Do NOT use this yet.
diff --git a/debian/changelog b/debian/changelog
index f24283b..0a05e27 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-salami (0.6+git-1) UNRELEASED; urgency=medium
+salami (0.7-1) unstable; urgency=medium
* New upstream version.
* Add build dependency on python3-coverage-test-runner, and
pycodetyle and pylint3, and cmdtest (for yarn), and
python{,3}-crypto{,graphy}, python*-requests, python{,3}-jwt.
- -- Lars Wirzenius <liw@liw.fi> Fri, 17 Nov 2017 11:01:35 +0100
+ -- Lars Wirzenius <liw@liw.fi> Thu, 01 Feb 2018 11:05:53 +0200
salami (0.6-1) unstable; urgency=medium
diff --git a/salami/version.py b/salami/version.py
index ed54455..6a51fc2 100644
--- a/salami/version.py
+++ b/salami/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.6+git"
-__version_info__ = (0, 6, '+git')
+__version__ = "0.7"
+__version_info__ = (0, 7)