Skip to content

Commit 7e70624

Browse files
committed
bump version string
1 parent 68936af commit 7e70624

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
next:
1+
0.6:
22
* feature: Add command to reload configuration files in running session
33
* feature: new command "tag" (and friends) in EnvelopeBuffer to add additional tags after sending
44
* feature: Themes can now be loaded from system locations

alot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__productname__ = 'alot'
2-
__version__ = '0.6.0dev'
2+
__version__ = '0.6'
33
__copyright__ = "Copyright (C) 2012-17 Patrick Totzke"
44
__author__ = "Patrick Totzke"
55
__author_email__ = "patricktotzke@gmail.com"

0 commit comments

Comments
 (0)