Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Bug fixes #30

Merged
merged 4 commits into from
Jan 15, 2018
Merged

Bug fixes #30

merged 4 commits into from
Jan 15, 2018

Conversation

annatisch
Copy link
Member

Fixes for issues #22, #14, and #26

@annatisch
Copy link
Member Author

Added fix for issue #24 - detecting bifrost caches

installer.wait()
if installer.returncode != 0:
import pip
if StrictVersion(pip.__version__) < StrictVersion("9.0.0"):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we pull the version string out into a variable somewhere so its more obvious where to update it, rather than just embedding it inline

@@ -47,7 +47,7 @@
"azure-batch-extensions==1.0.1": "azure.batch_extensions"
}

VERSION = "0.16.0"
VERSION = "0.17.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor but good practise not to increment the version number except in the process of doing a release. Good to keep in a separate commit too

@davidkydd davidkydd merged commit 11be79b into Azure:master Jan 15, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants