Skip to content

Commit

Permalink
Merge pull request SFDO-Tooling#935 from SFDO-Tooling/feature/2.2.6
Browse files Browse the repository at this point in the history
Prepare 2.2.6
  • Loading branch information
David Glick authored Jan 4, 2019
2 parents 4075bc8 + 07604a3 commit 7a97cf0
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.2.6 (2019-01-03)
------------------

Changes:

* Added support for more metadata types: Group, SharingSet, SharingCriteriaRule, SharingOwnerRule, and SharingTerritoryRule.
* Release process: We now have tools in place to release cumulusci so that it can be installed using Homebrew or Linuxbrew.

Issues Closed:

* Fixed an issue where tasks using the Salesforce REST API could build a wrong URL with an extra slash after the instance URL.
* Fixed an issue where overriding a flow step to set flow: None did not work.
* Robot Framework: Added an automatic retry to work around an issue with an intermittent ConnectionResetError when connecting to headless Chrome in Python 3.

2.2.5 (2018-12-26)
------------------

Expand Down
2 changes: 1 addition & 1 deletion cumulusci/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
import os

__import__("pkg_resources").declare_namespace("cumulusci")
__version__ = "2.2.6.dev4"
__version__ = "2.2.6"
__location__ = os.path.dirname(os.path.realpath(__file__))
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.2.6.dev4
current_version = 2.2.6
commit = True
tag = False

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

setup(
name="cumulusci",
version="2.2.6.dev4",
version="2.2.6",
description="Build and release tools for Salesforce developers",
long_description=readme + u"\n\n" + history,
long_description_content_type="text/x-rst",
Expand Down

0 comments on commit 7a97cf0

Please sign in to comment.