mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-03-16 22:20:28 +00:00
Prepare for a Github move only release.
This commit is contained in:
parent
947bb8901f
commit
fcafe7fb70
5 changed files with 11 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,3 +3,4 @@
|
|||
MANIFEST
|
||||
build
|
||||
dist
|
||||
*.egg-info
|
||||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[egg_info]
|
||||
tag_build = a1
|
||||
#tag_build = a1
|
||||
|
||||
[build_sphinx]
|
||||
source-dir = docs/
|
||||
|
|
|
|||
3
setup.py
3
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 = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue