summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-02-08 19:58:45 +0200
committerLars Wirzenius <liw@liw.fi>2018-02-08 19:58:45 +0200
commit82b1aae86394f1e159110be43b9bccd46a7b257c (patch)
treeaab34234418421cc184b4e90b08a14ef3c435d6d
parent944c442fe36635797b61fa4a9ec44a99bec165fa (diff)
downloadick2-82b1aae86394f1e159110be43b9bccd46a7b257c.tar.gz
Prepare to release version 0.24.5ick2-0.24.5
-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 1b7e2df..730bf49 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.24.4+git, not yet released
+Version 0.24.5, released 2018-02-08
------------------------------------
* Fix: config file name for blob service.
diff --git a/debian/changelog b/debian/changelog
index 81e4a81..797386c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-ick2 (0.24.4+git-1) UNRELEASED; urgency=medium
+ick2 (0.24.5-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Thu, 08 Feb 2018 19:31:31 +0200
+ -- Lars Wirzenius <liw@liw.fi> Thu, 08 Feb 2018 19:58:45 +0200
ick2 (0.24.4-1) unstable; urgency=medium
diff --git a/ick2/version.py b/ick2/version.py
index 70817c4..365c1d8 100644
--- a/ick2/version.py
+++ b/ick2/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.24.4+git"
-__version_info__ = (0, 24, 4, '+git')
+__version__ = "0.24.5"
+__version_info__ = (0, 24, 5)