summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-04-28 12:54:32 +0300
committerLars Wirzenius <liw@liw.fi>2018-04-28 12:54:32 +0300
commit9ff9eff0497a9a274366e160a0ae7e66432d3509 (patch)
treea38970ac887d1ce37c5e43c10b3cd8f72c792bc9
parenta73f2bed14af4ff075d49d9c8c23b6c9d5d67649 (diff)
downloadick2-0.50.tar.gz
Prepare to release version 0.50ick2-0.50
-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 3d78faa..fac8327 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.49+git, not yet released
+Version 0.50, released 2018-04-28
----------------------------------
* Add `populate_workspace` action.
diff --git a/debian/changelog b/debian/changelog
index 6d0e38d..059b25d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-ick2 (0.49+git-1) UNRELEASED; urgency=medium
+ick2 (0.50-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Fri, 27 Apr 2018 21:10:26 +0300
+ -- Lars Wirzenius <liw@liw.fi> Sat, 28 Apr 2018 12:54:32 +0300
ick2 (0.49-1) unstable; urgency=medium
diff --git a/ick2/version.py b/ick2/version.py
index 4d92b8f..92c82d6 100644
--- a/ick2/version.py
+++ b/ick2/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.49+git"
-__version_info__ = (0, 49, '+git')
+__version__ = "0.50"
+__version_info__ = (0, 50)