summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-02-08 18:37:34 +0200
committerLars Wirzenius <liw@liw.fi>2018-02-08 18:37:34 +0200
commit34e05531ae71e81524877da912fa16a40a3afdd4 (patch)
tree884f9220bc53a3bacf515b39f962c41baa268c04
parent82a7dc38bb45e6910367a3e2c34e4e229f484805 (diff)
downloadick2-34e05531ae71e81524877da912fa16a40a3afdd4.tar.gz
Prepare to release version 0.24.3ick2-0.24.3
-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 c92d3cb..849e9ee 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.2+git, not yet released
+Version 0.24.3, released 2018-02-08
------------------------------------
* Fix to worker manager to deal with not finding blob service URL.
diff --git a/debian/changelog b/debian/changelog
index c115c31..fd3e092 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-ick2 (0.24.2+git-1) UNRELEASED; urgency=medium
+ick2 (0.24.3-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Thu, 08 Feb 2018 17:56:38 +0200
+ -- Lars Wirzenius <liw@liw.fi> Thu, 08 Feb 2018 18:37:34 +0200
ick2 (0.24.2-1) unstable; urgency=medium
diff --git a/ick2/version.py b/ick2/version.py
index 84c8267..a5542ec 100644
--- a/ick2/version.py
+++ b/ick2/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.24.2+git"
-__version_info__ = (0, 24, 2, '+git')
+__version__ = "0.24.3"
+__version_info__ = (0, 24, 3)