Skip to content

Commit

Permalink
Merge pull request #1491 from SFDO-Tooling/feature/brandon/3.5.2
Browse files Browse the repository at this point in the history
3.5.2
  • Loading branch information
TheBitShepherd authored Jan 21, 2020
2 parents b12e296 + 828abfb commit 5c33c44
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
History
=======

3.5.2 (2020-01-21)
------------------

Issues closed:

* Fixed an issue where errors running the `cci gist` command prompt the user to use the `cci gist` command.

* Removed reference to `os.uname()` so that `cci gist` works on Windows.

* Fixed an issue where the `dx_pull` task causes an infinite loop to occur on Windows.

3.5.1 (2020-01-15)
------------------

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

__import__("pkg_resources").declare_namespace("cumulusci")

__version__ = "3.5.1"
__version__ = "3.5.2"

__location__ = os.path.dirname(os.path.realpath(__file__))

Expand Down
2 changes: 1 addition & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ is installed correctly by running ``cci version``:
.. code:: console
$ cci version
CumulusCI version: 3.5.1 (/path/to/bin/cci)
CumulusCI version: 3.5.2 (/path/to/bin/cci)
Python version: 3.7.4 (/path/to/bin/python)
You have the latest version of CumulusCI.
Expand Down
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 = 3.5.1
current_version = 3.5.2
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 @@ -34,7 +34,7 @@ def find_packages(path=["."], prefix=""):

setup(
name="cumulusci",
version="3.5.1",
version="3.5.2",
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 5c33c44

Please sign in to comment.