Skip to content

Commit

Permalink
Merge branch 'master' of github.com:sonatype-nexus-community/jake
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthHater committed Nov 5, 2019
2 parents 1e75251 + 2e18925 commit 248b962
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Expand Up @@ -7,6 +7,9 @@ jobs:
environment: # environment variables for primary container
PIPENV_VENV_IN_PROJECT: true
steps:
- add_ssh_keys:
fingerprints:
- "4f:7d:6b:26:dc:44:de:b0:4d:f1:96:50:2a:b5:bd:b3"
- checkout
- run: sudo chown -R circleci:circleci /usr/local/bin
- run: sudo chown -R circleci:circleci /usr/local/lib/python3.6/site-packages
Expand Down
2 changes: 1 addition & 1 deletion jake/_version.py
@@ -1,4 +1,4 @@
"""Sets version for the application"""


__version__ = '0.0.0'
__version__ = '0.0.2'

0 comments on commit 248b962

Please sign in to comment.