summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-04-01 10:40:26 +0300
committerLars Wirzenius <liw@liw.fi>2018-04-01 10:40:26 +0300
commitde1d8ffdef186058080b7324e1fc3a7df0ebb33d (patch)
treea8ee733f1fe9fcc7bbc9e2ca2d5d3004a38968f3
parent00f603cddffb3060ce7df70e4875551341f7b68a (diff)
downloadick2-0.33.tar.gz
Prepare to release version 0.33ick2-0.33
-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 9068dec..8abd58e 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.32+git, not yet released
+Version 0.33, released 2018-04-01
----------------------------------
* This is the ALPHA-3 release of ick. The major change from ALPHA-2 is
diff --git a/debian/changelog b/debian/changelog
index b4e3cae..8de0cf5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-ick2 (0.32+git-1) UNRELEASED; urgency=medium
+ick2 (0.33-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Fri, 30 Mar 2018 17:43:16 +0300
+ -- Lars Wirzenius <liw@liw.fi> Sun, 01 Apr 2018 10:40:26 +0300
ick2 (0.32-1) unstable; urgency=medium
diff --git a/ick2/version.py b/ick2/version.py
index b0f2d14..f6aa6a5 100644
--- a/ick2/version.py
+++ b/ick2/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.32+git"
-__version_info__ = (0, 32, '+git')
+__version__ = "0.33"
+__version_info__ = (0, 33)