From 41792e67998714e85c5a51e59573d85560861cc4 Mon Sep 17 00:00:00 2001 From: "neiljp (Neil Pilgrim)" Date: Thu, 16 Apr 2020 18:08:42 -0700 Subject: [PATCH] version/CHANGELOG: Update to indicate new 0.5.0 release. --- CHANGELOG.md | 4 ++-- zulipterminal/version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2a0c0c9ac..999c8f8f21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Zulip-terminal Changelog -## Next Release +## 0.5.0 -Expected to be a point release, this contains much of the remaining work from last year's GSoC students, and various other contributors - thanks to you all! (190+ commits) +This release contains much of the remaining work from last year's GSoC students, and various other contributors - thanks to you all! (almost 200 commits) If you've been waiting for autocomplete, popup notifications, mentions, better themes, search & platform support...this release is for you! diff --git a/zulipterminal/version.py b/zulipterminal/version.py index 44aeab35ca..09bbeaeeb6 100644 --- a/zulipterminal/version.py +++ b/zulipterminal/version.py @@ -1 +1 @@ -ZT_VERSION = '0.4.0+git' +ZT_VERSION = '0.5.0'