diff --git a/MANIFEST.in b/MANIFEST.in --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,11 @@ include hg recursive-include mercurial *.py include tkmerge +include hgweb.cgi +include hgeditor rewrite-log convert-repo +include tests/* include *.txt +include templates/map +include templates/*.tmpl +include doc/* include README diff --git a/hg b/hg --- a/hg +++ b/hg @@ -1,7 +1,7 @@ #!/usr/bin/env python # # mercurial - a minimal scalable distributed SCM -# v0.4f "jane dark" +# v0.5 "katje" # # Copyright 2005 Matt Mackall # diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ class install_package_data(install_data) install_data.finalize_options(self) setup(name='mercurial', - version='0.4f', + version='0.5', author='Matt Mackall', author_email='mpm@selenic.com', url='http://selenic.com/mercurial',