Skip to content

Commit

Permalink
Update version (#9)
Browse files Browse the repository at this point in the history
* Update the docker plugin to accept most valid dockerfile options.

Fix lint/test issues in order to have my PR build

Disable debug logging in the cli

* Add more tests

* Add more tests
  • Loading branch information
dwighthubbard authored Aug 27, 2018
1 parent 6e100e4 commit 00f5501
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
11 changes: 3 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,6 @@ __pycache__/
# Package metadata files
package_metadata.json
/deploy.conf

# Begin: Added by set_up_screwdriver.py
/.coveragerc
/artifacts/test/coverage/cobertura.xml
/artifacts/coverage/cobertura.xml
/.python_screwdriver_local.json

# End: Added by set_up_screwdriver.py
/.cache
/.pytest_cache
/venv
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from setuptools import setup

# Default version number
BASE_VERSION = '1.4.1'
BASE_VERSION = '18.8.0'
METADATA_FILENAME = 'invirtualenv/package_metadata.json'
BASEPATH = os.path.dirname(os.path.abspath(__file__))
METADATA_FILE = os.path.join(BASEPATH, METADATA_FILENAME)
Expand Down

0 comments on commit 00f5501

Please sign in to comment.