summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2016-12-09 09:16:46 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2016-12-09 09:21:57 +0000
commita7075ea6226f2dfed0142529f73989961ee7b65d (patch)
treeff0753af06ae19fec82135f4a0c0a54df358b5d3
parent9d9e0166525efb2b85ff9867f5ff560e5b3cec24 (diff)
bump version number
-rw-r--r--NEWS4
-rw-r--r--alot/__init__.py4
2 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 83942cff..237c7ddc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
-0.3.8:
+0.4:
* signal: refresh current buffer on SIGUSR1
-* ignal: exit interface on SIGINT
+* signal: exit interface on SIGINT
* interpret C-g keybinding in prompts
* new config option:encrypt_by_default
* new config option: thread_authors_order_by
diff --git a/alot/__init__.py b/alot/__init__.py
index 548f5c4b..f0590671 100644
--- a/alot/__init__.py
+++ b/alot/__init__.py
@@ -1,6 +1,6 @@
__productname__ = 'alot'
-__version__ = '0.3.8.dev'
-__copyright__ = "Copyright (C) 2012-15 Patrick Totzke"
+__version__ = '0.4'
+__copyright__ = "Copyright (C) 2012-16 Patrick Totzke"
__author__ = "Patrick Totzke"
__author_email__ = "patricktotzke@gmail.com"
__description__ = "Terminal MUA using notmuch mail"