Skip to content

Commit

Permalink
Bump version: 1.3.dev16 → 1.3.dev17
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardomurri committed Jun 26, 2019
1 parent 566175d commit 523c1a5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<stage>[a-z]*)(?P<patch>\d+)
serialize =
{major}.{minor}.{stage}{patch}
{major}.{minor}.{patch}
current_version = 1.3.dev16
current_version = 1.3.dev17

[bumpversion:part:stage]
optional_value = release
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def __isclassname(name):
# The short X.Y version.
version = '1.3'
# The full version, including alpha/beta/rc tags.
release = '1.3.dev16'
release = '1.3.dev17'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion elasticluster/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
__author__ = 'Nicolas Baer <nicolas.baer@uzh.ch>'
__version__ = '1.3.dev16'
__version__ = '1.3.dev17'


# stdlib imports
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def run_tests(self):

setup(
name="elasticluster",
version='1.3.dev16',
version='1.3.dev17',
description="A command line tool to create, manage and setup computing clusters hosted on a public or private cloud infrastructure.",
long_description=read_whole_file('README.rst'),
author=", ".join([
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.dev16
1.3.dev17

0 comments on commit 523c1a5

Please sign in to comment.