Skip to content

Commit

Permalink
Version bump for merged in python-jss
Browse files Browse the repository at this point in the history
  • Loading branch information
Graham R Pugh committed Mar 26, 2021
1 parent af77585 commit 246b9cd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Expand Up @@ -12,6 +12,10 @@ All notable changes to this project will be documented in this file. This projec

Changes since last release.

## [1.1.4] - 2021-03-26

No changes to JSSImporter, but the package incorporates upstream changes to python-jss to mount shares at /Users/Shared instead of /Volumes.

## [1.1.3] - 2020-10-19

No changes to JSSImporter, but the package incorporates upstream changes to python-jss to set a session cookie which should ensure each request goes to the same cluster node.
Expand Down Expand Up @@ -321,7 +325,8 @@ each recipe.

- Deprecated `JSS_REPO` key. It will still work, but the processor prioritizes `JSS_REPOS` over it.

[unreleased]: https://github.com/sheagcraig/JSSImporter/compare/v1.1.3...HEAD
[unreleased]: https://github.com/sheagcraig/JSSImporter/compare/v1.1.4...HEAD
[1.1.4]: https://github.com/sheagcraig/JSSImporter/compare/v1.1.3...v1.1.4
[1.1.3]: https://github.com/sheagcraig/JSSImporter/compare/v1.1.2...v1.1.3
[1.1.2]: https://github.com/sheagcraig/JSSImporter/compare/v1.1.2...v1.1.2
[1.1.1]: https://github.com/sheagcraig/JSSImporter/compare/v1.1.0...v1.1.1
Expand Down
4 changes: 2 additions & 2 deletions JSSImporter.py
Expand Up @@ -46,8 +46,8 @@


__all__ = ["JSSImporter"]
__version__ = "1.1.3"
REQUIRED_PYTHON_JSS_VERSION = StrictVersion("2.1.0")
__version__ = "1.1.4"
REQUIRED_PYTHON_JSS_VERSION = StrictVersion("2.1.1")

# Map Python 2 basestring type for Python 3.
if sys.version_info.major == 3:
Expand Down
2 changes: 1 addition & 1 deletion pkg/jssimporter/build-info.plist
Expand Up @@ -17,6 +17,6 @@
<key>suppress_bundle_relocation</key>
<true/>
<key>version</key>
<string>1.1.3</string>
<string>1.1.4</string>
</dict>
</plist>

0 comments on commit 246b9cd

Please sign in to comment.