prepare for 0.3 release

This commit is contained in:
Nicolas ?vrard 2012-09-27 22:34:22 +02:00
parent bae79693b3
commit a4c88dda77
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
* Version 0.3 -
* Version 0.3 - 2012-09-27
Allow use of private rietveld instances
Follow mercurial version while keeping compatibility
Added clean option

View File

@ -9,7 +9,7 @@ def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()
setup(name='hgreview',
version='0.2',
version='0.3',
author='B2CK',
author_email='info@b2ck.com',
url="https://bitbucket.org/nicoe/hgreview/",