mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 19:08:09 +01:00
bump __VERSION__ to 0.2.1
This commit is contained in:
parent
7390c869c7
commit
5bab5968aa
2 changed files with 3 additions and 2 deletions
3
README
3
README
|
@ -78,4 +78,5 @@ Changelog
|
|||
---------
|
||||
0.1 First public release
|
||||
0.1.1 Fixed Database.create_query()
|
||||
0.2.0 Implemented Thread() and Threads() methods
|
||||
0.2.0 Implemented Thread() and Threads() methods
|
||||
0.2.1 Implemented the remaining API methods, notably Directory() and Filenames()
|
|
@ -38,5 +38,5 @@ from thread import Threads, Thread
|
|||
from tag import Tags
|
||||
from cnotmuch.globals import nmlib, STATUS, NotmuchError
|
||||
__LICENSE__="GPL v3+"
|
||||
__VERSION__='0.2.0'
|
||||
__VERSION__='0.2.1'
|
||||
__AUTHOR__ ='Sebastian Spaeth <Sebastian@SSpaeth.de>'
|
||||
|
|
Loading…
Reference in a new issue