summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2017-08-19 19:41:50 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2017-08-19 19:43:53 +0100
commit7e7062427c537f6d1f82703dcc8e7ab3be36ab98 (patch)
tree9b0074ba7936d795b46c312cd80e666e24bd4e30
parent68936af8bfbdd1b3fcdbf5af0dfec54191135115 (diff)
bump version string
-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"