Skip to content

Commit

Permalink
Merge pull request #3229 from LefterisJP/bump_to_v0_100_2_rc1
Browse files Browse the repository at this point in the history
Bump version: 0.100.1 → 0.100.2-rc1
  • Loading branch information
LefterisJP committed Jan 4, 2019
2 parents b5ba8ae + 45878e1 commit 9800e62
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion_client.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.100.1
current_version = 0.100.2-rc1
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def check_if_nightly(version):
project = 'Raiden Network'
author = 'Raiden Project'

version_string = '0.100.1'
version_string = '0.100.2-rc1'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ def run_tests(self):

test_requirements = []

version = '0.100.1' # Do not edit: this is maintained by bumpversion (see .bumpversion_client.cfg)
# Do not edit: this is maintained by bumpversion (see .bumpversion_client.cfg)
version = '0.100.2-rc1'

setup(
name='raiden',
Expand All @@ -61,7 +62,7 @@ def run_tests(self):
'Programming Language :: Python :: 3.6',
],
cmdclass={
'test': PyTest
'test': PyTest,
},
use_scm_version=True,
setup_requires=['setuptools_scm'],
Expand Down

0 comments on commit 9800e62

Please sign in to comment.