We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68936af commit 7e70624Copy full SHA for 7e70624
NEWS
@@ -1,4 +1,4 @@
1
-next:
+0.6:
2
* feature: Add command to reload configuration files in running session
3
* feature: new command "tag" (and friends) in EnvelopeBuffer to add additional tags after sending
4
* feature: Themes can now be loaded from system locations
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"
5
__author_email__ = "patricktotzke@gmail.com"
0 commit comments