summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2017-01-28 08:57:28 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2017-01-28 09:17:18 +0000
commitdcdb84b6e349f6b1739a72dcf6cc28d0cc0acb0b (patch)
tree617b11aa5688bab0c4b57d0943f3db80b34d2fd2
parent9d0a67842e5a9c85f08d619d60360cb90255b6a5 (diff)
bump version string
-rw-r--r--NEWS2
-rw-r--r--alot/__init__.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index ae67e361..9602465b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-next release:
+0.5:
* save command prompt, recipient and sender history across program restarts
* Allow scrolling with the mouse scroll wheel (with corresponding option)
* Prompt for unsent messages before closing
diff --git a/alot/__init__.py b/alot/__init__.py
index df212632..f63e37e3 100644
--- a/alot/__init__.py
+++ b/alot/__init__.py
@@ -1,6 +1,6 @@
__productname__ = 'alot'
-__version__ = '0.4.dev'
-__copyright__ = "Copyright (C) 2012-16 Patrick Totzke"
+__version__ = '0.5'
+__copyright__ = "Copyright (C) 2012-17 Patrick Totzke"
__author__ = "Patrick Totzke"
__author_email__ = "patricktotzke@gmail.com"
__description__ = "Terminal MUA using notmuch mail"