summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-03-18 17:17:09 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2012-03-18 17:17:09 +0000
commit5c95a7f1db080e5130d6d97bc92f37f02e4e489e (patch)
tree3b3b59c7f370e93b87f9bb445b1bd55a4e38f1f9
parent3697a81809f3a6036971114a8d75063fae3e4355 (diff)
bumped 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 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"