summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-10-15 15:32:53 +0300
committerLars Wirzenius <liw@liw.fi>2017-10-15 15:32:53 +0300
commit9903e2c29de43cdbb59d86703844d849fbc9c6e7 (patch)
treee2a43078eefe1bba5f7d93ce5e0f7a20ce3e136e
parent385fffbe9e4b533c1a0700592b3010e4d4ade047 (diff)
downloadick2-0.11.tar.gz
Prepare to release version 0.11ick2-0.11
-rw-r--r--NEWS2
-rw-r--r--debian/changelog4
-rw-r--r--ick2/version.py4
3 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 63eb47b..4712a80 100644
--- a/NEWS
+++ b/NEWS
@@ -17,7 +17,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-Version 0.10+git, not yet released
+Version 0.11, released 2017-10-15
----------------------------------
* Add an `icktool` script. Currently it can generate a token or ask
diff --git a/debian/changelog b/debian/changelog
index cef741c..0818030 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-ick2 (0.10+git-1) UNRELEASED; urgency=medium
+ick2 (0.11-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Sat, 14 Oct 2017 18:52:27 +0300
+ -- Lars Wirzenius <liw@liw.fi> Sun, 15 Oct 2017 15:32:53 +0300
ick2 (0.10-1) unstable; urgency=medium
diff --git a/ick2/version.py b/ick2/version.py
index bd9440e..49df0ad 100644
--- a/ick2/version.py
+++ b/ick2/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.10+git"
-__version_info__ = (0, 10, '+git')
+__version__ = "0.11"
+__version_info__ = (0, 11)