Browse Source

Fix broken versioning

master
Pete Shadbolt 7 years ago
parent
commit
9b5b57448c
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      .bumpversion.cfg
  2. +1
    -1
      doc/conf.py
  3. +1
    -1
      setup.py

+ 1
- 1
.bumpversion.cfg View File

@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.0
current_version = 0.4.17
commit = True
tag = True



+ 1
- 1
doc/conf.py View File

@@ -61,7 +61,7 @@ author = u'Pete Shadbolt'
# The short X.Y version.
version = '0.4'
# The full version, including alpha/beta/rc tags.
release = '0.4.1'
release = '0.4.17'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.


+ 1
- 1
setup.py View File

@@ -6,7 +6,7 @@ STATIC = glob("abp/static/*.*")+glob("abp/static/img/*.*")+glob("abp/static/scri

setup(
name = "abp",
version = "0.7.0",
version = "0.4.17",
packages = ["abp", "abp.static"],
test_suite = "tests",
author = "Pete Shadbolt",


Loading…
Cancel
Save