diff --git a/mercurial_keyring.py b/mercurial_keyring.py --- a/mercurial_keyring.py +++ b/mercurial_keyring.py @@ -160,6 +160,11 @@ The extension is monkey-patching the mer replace the find_user_password method. Detailed order of operations is described in the comments inside the code. +Development +=========== + +Development is tracked on http://bitbucket.org/Mekk/mercurial_keyring/ + """ from mercurial import hg, repo, util diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ except ImportError: setup( name = "mercurial_keyring", - version = '0.3.0', + version = '0.3.1', author = 'Marcin Kasperski', author_email = 'Marcin.Kasperski@mekk.waw.pl', url = 'http://mekk.waw.pl',