Browse Source

Bump version: 0.4.18 → 0.4.19

master
Pete Shadbolt 7 years ago
parent
commit
848196045e
4 changed files with 5 additions and 5 deletions
  1. +1
    -1
      .bumpversion.cfg
  2. +1
    -1
      abp/static/index.html
  3. +2
    -2
      doc/conf.py
  4. +1
    -1
      setup.py

+ 1
- 1
.bumpversion.cfg View File

@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.18
current_version = 0.4.19
commit = True
tag = True



+ 1
- 1
abp/static/index.html View File

@@ -25,7 +25,7 @@
<div id=node_info class=hidden> nothing </div>
<div id=server_info class=hidden> </div>

<div id=version>Version 0.4.18</div>
<div id=version>Version 0.4.19</div>

<div id=node_data class=hidden>
<div id=node_name></div>


+ 2
- 2
doc/conf.py View File

@@ -59,9 +59,9 @@ author = u'Pete Shadbolt'
# built documents.
#
# The short X.Y version.
version = '0.4.18'
version = '0.4.19'
# The full version, including alpha/beta/rc tags.
release = '0.4.18'
release = '0.4.19'

# 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.4.18",
version = "0.4.19",
packages = ["abp", "abp.static"],
test_suite = "tests",
author = "Pete Shadbolt",


Loading…
Cancel
Save