Skip to content

Commit

Permalink
2.0.0 beta 50
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Polcyn committed Jul 18, 2017
1 parent 225c6fc commit e6a451c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,18 @@
History
=======

2.0.0-beta50 (2017-07-18)
-------------------------

* Fix handling of boolean command line args

2.0.0-beta49 (2017-07-10)
-------------------------

* New task `batch_apex_wait` allows pausing until an Apex batch job completes. More details at https://github.com/SalesforceFoundation/CumulusCI/pull/372
* SalesforceBrowserTest task now accepts `extra` argument for specifying extra command line arguments separate from the command itself
* Resolved #369: Scratch org tokens expiring after upgrade to SFDX beta


2.0.0-beta48 (2017-06-28)
------------------------

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-beta49'
__version__ = '2.0.0-beta50'
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-beta49
current_version = 2.0.0-beta50
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 @@ -51,7 +51,7 @@ def find_packages(path='.', prefix=""):

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

0 comments on commit e6a451c

Please sign in to comment.