bump __VERSION__ to 0.2.1

This commit is contained in:
Sebastian Spaeth 2010-03-25 14:30:50 +01:00
parent 7390c869c7
commit 5bab5968aa
2 changed files with 3 additions and 2 deletions

1
README
View file

@ -79,3 +79,4 @@ Changelog
0.1 First public release
0.1.1 Fixed Database.create_query()
0.2.0 Implemented Thread() and Threads() methods
0.2.1 Implemented the remaining API methods, notably Directory() and Filenames()

View file

@ -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>'