summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-04-16 09:51:46 +0300
committerLars Wirzenius <liw@liw.fi>2018-04-16 09:51:46 +0300
commit5c78d3328089019ba4ef46a420b38ab98d05910b (patch)
treebb1ddd8c42557dcf371cbc5fc1ec09d994cd710c
parent74e95af27167f0b06d2ca54b914c2323703f93cd (diff)
downloadick2-5c78d3328089019ba4ef46a420b38ab98d05910b.tar.gz
Prepare to release version 0.39.2ick2-0.39.2
-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 bce69d3..96c1104 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.39.1+git, not yet released
+Version 0.39.2, released 2018-04-16
------------------------------------
* Fix build problem.
diff --git a/debian/changelog b/debian/changelog
index 163529b..d36cfa4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-ick2 (0.39.1+git-1) UNRELEASED; urgency=medium
+ick2 (0.39.2-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Mon, 16 Apr 2018 09:11:06 +0300
+ -- Lars Wirzenius <liw@liw.fi> Mon, 16 Apr 2018 09:51:46 +0300
ick2 (0.39.1-1) unstable; urgency=medium
diff --git a/ick2/version.py b/ick2/version.py
index 82df202..b6ccdbb 100644
--- a/ick2/version.py
+++ b/ick2/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.39.1+git"
-__version_info__ = (0, 39, 1, '+git')
+__version__ = "0.39.2"
+__version_info__ = (0, 39, 2)