summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-08-03 06:22:15 +0300
committerLars Wirzenius <liw@liw.fi>2019-08-03 06:22:15 +0300
commit47636e713eded672315f192d6131af13a7bb1286 (patch)
tree9b8ee63b9d369e0467582d20399d7465256bc438
parentc38133c5cfc81ee8437792086731360171efd235 (diff)
downloadheippapy-47636e713eded672315f192d6131af13a7bb1286.tar.gz
Prepare to release version 1.1heippapy-1.1
-rw-r--r--NEWS2
-rw-r--r--debian/changelog4
-rw-r--r--heippapy/version.py4
3 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 010b656..fa6081e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS file for heippapy
=====================
-Version 1.0+git, not yet released
+Version 1.1, released 2019-08-03
---------------------------------
diff --git a/debian/changelog b/debian/changelog
index 85e46d6..12e7658 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-heippapy (1.0+git-1) UNRELEASED; urgency=medium
+heippapy (1.1-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Sat, 03 Aug 2019 06:15:14 +0300
+ -- Lars Wirzenius <liw@liw.fi> Sat, 03 Aug 2019 06:22:15 +0300
heippapy (1.0-1) unstable; urgency=medium
diff --git a/heippapy/version.py b/heippapy/version.py
index ddbd0f9..c05eb8e 100644
--- a/heippapy/version.py
+++ b/heippapy/version.py
@@ -1,2 +1,2 @@
-__version__ = "1.0+git"
-__version_info__ = (1, 0, '+git')
+__version__ = "1.1"
+__version_info__ = (1, 1)