summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--alot/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index bcfecaca..e590d573 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-next:
+0.6:
* feature: Add command to reload configuration files in running session
* feature: new command "tag" (and friends) in EnvelopeBuffer to add additional tags after sending
* feature: Themes can now be loaded from system locations
diff --git a/alot/__init__.py b/alot/__init__.py
index 83966213..9f0ce905 100644
--- a/alot/__init__.py
+++ b/alot/__init__.py
@@ -1,5 +1,5 @@
__productname__ = 'alot'
-__version__ = '0.6.0dev'
+__version__ = '0.6'
__copyright__ = "Copyright (C) 2012-17 Patrick Totzke"
__author__ = "Patrick Totzke"
__author_email__ = "patricktotzke@gmail.com"