summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-10-15 18:28:23 +0300
committerLars Wirzenius <liw@liw.fi>2017-10-15 18:28:23 +0300
commit538955263a7bfa4e3e92d26e69471b8f8a88a3ec (patch)
tree582aaceeb6af00ba02f8fd58bd565442e02af842
parentfe49e25807060da5bdf590d72ad1d29ffa05dc73 (diff)
downloadick2-0.12.tar.gz
Prepare to release version 0.12ick2-0.12
-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 8473a75..faf6264 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.11+git, not yet released
+Version 0.12, released 2017-10-15
----------------------------------
* Some code refactoring, for clarity, plus some clarifications to yarn
diff --git a/debian/changelog b/debian/changelog
index 4604730..fcc52e2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-ick2 (0.11+git-1) UNRELEASED; urgency=medium
+ick2 (0.12-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Sun, 15 Oct 2017 15:32:55 +0300
+ -- Lars Wirzenius <liw@liw.fi> Sun, 15 Oct 2017 18:28:23 +0300
ick2 (0.11-1) unstable; urgency=medium
diff --git a/ick2/version.py b/ick2/version.py
index f6d7ca3..6f7b039 100644
--- a/ick2/version.py
+++ b/ick2/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.11+git"
-__version_info__ = (0, 11, '+git')
+__version__ = "0.12"
+__version_info__ = (0, 12)