Skip to content

Commit

Permalink
Bump version: 0.15.0 → 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robfalck committed Aug 21, 2020
1 parent aeac721 commit 3a0ed60
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.15.0
current_version = 0.15.1
commit = True
tag = False

Expand All @@ -14,4 +14,3 @@ replace = __version__ = '{new_version}'
[bumpversion:file:dymos/docs/conf.py]
search = version = u'{current_version}'
replace = version = u'{new_version}'

2 changes: 1 addition & 1 deletion dymos/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.15.0'
__version__ = '0.15.1'

from .phase import Phase
from .transcriptions import GaussLobatto, Radau, RungeKutta
Expand Down
2 changes: 1 addition & 1 deletion dymos/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
# built documents.
#
# The short X.Y version.
version = u'0.15.0'
version = u'0.15.1'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


setup(name='dymos',
version='0.15.0',
version='0.15.1',
description='Open-Source Optimization of Dynamic Multidisciplinary Systems',
url='https://github.com/OpenMDAO/dymos',
classifiers=[
Expand Down

0 comments on commit 3a0ed60

Please sign in to comment.