Skip to content

Commit

Permalink
beta36
Browse files Browse the repository at this point in the history
  • Loading branch information
jlantz committed May 22, 2017
1 parent ab9922b commit ed1360a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
History
=======

2.0.0-beta36 (2017-05-19)
------------------------

* Flows can now accept arguments in the CLI to override task options

* `cci flow run install_beta -o install_managed_beta__version "1.0 (Beta 123)"`

* Flows can now accept arguments to in the CLI to skip tasks

* `cci flow run ci_feature --skip run_tests_debug --skip deploy_post`

* Anonymous apex failures will now throw an exception and fail the build in `execute_anon`
* Fixes #322: local variable 'message' referenced before assignment

2.0.0-beta35 (2017-05-19)
------------------------

Expand Down
2 changes: 1 addition & 1 deletion cumulusci/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__import__('pkg_resources').declare_namespace('cumulusci')
__version__ = '2.0.0-beta35'
__version__ = '2.0.0-beta36'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
build-base=pybuild

[bumpversion]
current_version = 2.0.0-beta35
current_version = 2.0.0-beta36
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def find_packages(path='.', prefix=""):

setup(
name='cumulusci',
version='2.0.0-beta35',
version='2.0.0-beta36',
description="Build and release tools for Salesforce developers",
long_description=readme + '\n\n' + history,
author="Jason Lantz",
Expand Down

0 comments on commit ed1360a

Please sign in to comment.