Prepare for a Github move only release.

This commit is contained in:
Jannis Leidel 2010-09-04 14:21:31 +02:00
parent 947bb8901f
commit fcafe7fb70
5 changed files with 11 additions and 6 deletions

1
.gitignore vendored
View file

@ -3,3 +3,4 @@
MANIFEST
build
dist
*.egg-info

View file

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

View file

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

View file

@ -1,5 +1,5 @@
[egg_info]
tag_build = a1
#tag_build = a1
[build_sphinx]
source-dir = docs/

View file

@ -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 = {