Skip to content

Commit

Permalink
Bump version: 0.4.14 → 0.4.15
Browse files Browse the repository at this point in the history
  • Loading branch information
wshayes committed Oct 16, 2018
1 parent 404fdc6 commit 00fee3b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.14
current_version = 0.4.15
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.14
0.4.15
2 changes: 1 addition & 1 deletion api/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.4.14"
__version__ = "0.4.15"
__name__ = "BELBIO API"
2 changes: 1 addition & 1 deletion api/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ info:
**Note the Endpoints in the TODO section are only documented and
not yet implemented**
version: 0.4.14
version: 0.4.15
contact:
name: whayes@biodati.com
url: https://bel.bio
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
# built documents.
#
# The short X.Y version.
version = "0.4.14"
version = "0.4.15"
# The full version, including alpha/beta/rc tags.
release = "0.4.14"
release = "0.4.15"

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

0 comments on commit 00fee3b

Please sign in to comment.