Skip to content

Commit

Permalink
Bump to v0.35.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
yphus committed Jun 9, 2017
1 parent 235a5d6 commit 35494cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion checkbox-support/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.35.0.dev0
current_version = 0.35.0rc2
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+))?((?P<release>\.?[a-z]+)(?P<N>\d+))?
serialize =
{major}.{minor}.{patch}{release}{N}
Expand Down
2 changes: 1 addition & 1 deletion checkbox-support/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

setup(
name="checkbox-support",
version="0.35.0.dev0",
version="0.35.0rc2",
url="https://launchpad.net/checkbox/",
packages=find_packages(),
test_suite='checkbox_support.tests.test_suite',
Expand Down

0 comments on commit 35494cd

Please sign in to comment.