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 abf635b1..7021502b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-0.22:
+0.3:
* revised config syntax!
* config file validation, better feedback on malformed configs
diff --git a/alot/__init__.py b/alot/__init__.py
index d0cee6ce..c88c7ffe 100644
--- a/alot/__init__.py
+++ b/alot/__init__.py
@@ -1,5 +1,5 @@
__productname__ = 'alot'
-__version__ = '0.21+'
+__version__ = '0.3'
__copyright__ = "Copyright (C) 2012 Patrick Totzke"
__author__ = "Patrick Totzke"
__author_email__ = "patricktotzke@gmail.com"