Skip to content
This repository has been archived by the owner on Sep 25, 2020. It is now read-only.

Commit

Permalink
Bump version: 1.1.1 → 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
euri10 committed May 6, 2019
1 parent 35f54fe commit e10b48e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.1
current_version = 1.2.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -26,7 +26,7 @@
year = '2017'
author = u'Benoit Barthelet'
copyright = '{0}, {1}'.format(year, author)
version = release = u'1.1.1'
version = release = u'1.2.0'

pygments_style = 'trac'
templates_path = ['.']
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -24,7 +24,7 @@ def read(*names, **kwargs):

setup(
name='gols',
version='1.1.1',
version='1.2.0',
license='BSD license',
description='gols',
long_description='%s\n%s' % (
Expand Down
2 changes: 1 addition & 1 deletion src/gols/__init__.py
@@ -1 +1 @@
__version__ = "1.1.1"
__version__ = "1.2.0"

0 comments on commit e10b48e

Please sign in to comment.