mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-03-16 22:20:28 +00:00
Getting ready for 0.6.0
This commit is contained in:
parent
5ccb175589
commit
a2547a90be
2 changed files with 10 additions and 2 deletions
|
|
@ -1,2 +1,2 @@
|
|||
VERSION = (0, 5, 9)
|
||||
VERSION = (0, 6, 0)
|
||||
__version__ = '.'.join(map(str, VERSION))
|
||||
10
setup.cfg
10
setup.cfg
|
|
@ -1,2 +1,10 @@
|
|||
[egg_info]
|
||||
tag_build = dev
|
||||
#tag_build = dev
|
||||
|
||||
[build_sphinx]
|
||||
source-dir = docs/
|
||||
build-dir = docs/_build
|
||||
all_files = 1
|
||||
|
||||
[upload_docs]
|
||||
upload-dir = docs/_build/html
|
||||
|
|
|
|||
Loading…
Reference in a new issue