Skip to content

Commit

Permalink
Release version 2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardomurri committed Oct 1, 2019
1 parent 0472637 commit ca970d4
Show file tree
Hide file tree
Showing 4 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
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.6.2
current_version = 2.6.3
commit = True
tag = True
message = Release version {new_version}
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def __isclassname(name):
# The short X.Y version.
version = '2.5'
# The full version, including alpha/beta/rc tags.
release = '2.6.2'
release = '2.6.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions gc3libs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
from builtins import object
__docformat__ = 'reStructuredText'

__version__ = '2.6.2'
__version__ = '2.6.3'


import inspect
Expand Down Expand Up @@ -85,7 +85,7 @@
directory'.
"""

# for compatibility with GC3Pie <2.6.2
# for compatibility with GC3Pie <2.6.3
Default = gc3libs.defaults


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def run_tests(self):
#
setuptools.setup(
name="gc3pie",
version="2.6.2", # see PEP 440
version="2.6.3", # see PEP 440

packages=setuptools.find_packages(exclude=['ez_setup']),
# metadata for upload to PyPI
Expand Down

0 comments on commit ca970d4

Please sign in to comment.