summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-04-05 10:28:24 +0300
committerLars Wirzenius <liw@liw.fi>2018-04-05 10:28:24 +0300
commit6263b3cd629ef007912449b5e2100bdd6ec31a41 (patch)
tree8ccd6b239cc83c7b0df2274173e0200338b1624e
parent8ab3aeb385a1214a902d1853fb34f97b6458c225 (diff)
downloadick2-6263b3cd629ef007912449b5e2100bdd6ec31a41.tar.gz
Prepare to release version 0.34ick2-0.34
-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 23b9b49..4149bc4 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.33+git, not yet released
+Version 0.34, released 2018-04-05
----------------------------------
* `icktool --verify-tls` now works as intended. `worker-manager` now
diff --git a/debian/changelog b/debian/changelog
index 32f04e2..ef0601d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-ick2 (0.33+git-1) UNRELEASED; urgency=medium
+ick2 (0.34-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Sun, 01 Apr 2018 10:40:27 +0300
+ -- Lars Wirzenius <liw@liw.fi> Thu, 05 Apr 2018 10:28:24 +0300
ick2 (0.33-1) unstable; urgency=medium
diff --git a/ick2/version.py b/ick2/version.py
index 836bd1b..62c281d 100644
--- a/ick2/version.py
+++ b/ick2/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.33+git"
-__version_info__ = (0, 33, '+git')
+__version__ = "0.34"
+__version_info__ = (0, 34)