Skip to content

Commit

Permalink
Merge branch 'release/2.0.2' into new-master
Browse files Browse the repository at this point in the history
  • Loading branch information
shudgston committed Dec 6, 2018
2 parents b3910e6 + 0d25274 commit 25ed89e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cirrus.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = cirrus-cli
version = 2.0.1
version = 2.0.2
description = cirrus development and build git extensions
organization = cloudant
version_file = src/cirrus/__init__.py
Expand Down
2 changes: 1 addition & 1 deletion installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

: ${CIRRUS_PYPI_URL?"is not set! Hint: https://[email protected]:[email protected]/artifactory/api/pypi/wcp-sapi-pypi-virtual/simple)"}

CIRRUS_PACKAGE="cirrus-cli==2.0.0"
CIRRUS_PACKAGE="cirrus-cli==2.0.2"
CIRRUS_INSTALL_DIR="${HOME}/.cirrus"
CIRRUS_DEFAULT_USER="${USER}"

Expand Down
2 changes: 1 addition & 1 deletion src/cirrus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
See the License for the specific language governing permissions and
limitations under the License.
"""
__version__="2.0.1"
__version__="2.0.2"

0 comments on commit 25ed89e

Please sign in to comment.