From fcafe7fb70fbb83783555d83321c1c78b043b2c1 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Sat, 4 Sep 2010 14:21:31 +0200 Subject: [PATCH] Prepare for a Github move only release. --- .gitignore | 1 + docs/conf.py | 4 ++-- docs/overview.txt | 7 ++++++- setup.cfg | 2 +- setup.py | 3 +-- 5 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index cb6351b..3adce15 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ MANIFEST build dist +*.egg-info \ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py index cb0fa23..65d1d8d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -45,9 +45,9 @@ copyright = u'2010, Jannis Leidel' # built documents. # # The short X.Y version. -version = '0.7.0' +version = '0.7.2' # The full version, including alpha/beta/rc tags. -release = '0.7.0' +release = '0.7.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/overview.txt b/docs/overview.txt index 2175f29..a3d9e15 100644 --- a/docs/overview.txt +++ b/docs/overview.txt @@ -288,6 +288,11 @@ Admin actions Changelog ========= +0.7.2 (09-04-10) +---------------- + +* Moved to Github again. Sigh. + 0.7.1 (07-07-10) ---------------- @@ -477,4 +482,4 @@ Support Please leave your questions and messages on the designated site: -http://bitbucket.org/jezdez/django-dbtemplates/issues/ +http://github.com/jezdez/django-dbtemplates/issues/ diff --git a/setup.cfg b/setup.cfg index 1d2b4e3..cf6fb59 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [egg_info] -tag_build = a1 +#tag_build = a1 [build_sphinx] source-dir = docs/ diff --git a/setup.py b/setup.py index 9ecaecb..0db04f9 100644 --- a/setup.py +++ b/setup.py @@ -7,8 +7,7 @@ setup( long_description=open('docs/overview.txt').read(), author='Jannis Leidel', author_email='jannis@leidel.info', - url='http://bitbucket.org/jezdez/django-dbtemplates/', - download_url='http://bitbucket.org/jezdez/django-dbtemplates/downloads/', + url='http://packages.python.org/django-dbtemplates/', packages=find_packages(exclude=['example']), zip_safe=False, package_data = {