Skip to content

Commit 378e256

Browse files
author
James Reynolds
committed
Update Changelog, bump versions
1 parent 37cbcbf commit 378e256

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
77
This project will (try to) adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
88
once it reaches 1.0.
99

10+
## [0.9.3] -- 2024-01-23
11+
12+
**Full Changelog**: https://github.com/univ-of-utah-marriott-library-apple/python-jamf/compare/0.9.2...0.9.3
13+
14+
### Added
15+
- exceptions.py: JamfRecordInvalidPath prints bad path
16+
- records.py: prints bad path
17+
1018
## [0.9.2] -- 2024-01-23
1119

1220
**Full Changelog**: https://github.com/univ-of-utah-marriott-library-apple/python-jamf/compare/0.9.1...0.9.2

python_jamf/exceptions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
__email__ = "[email protected]"
1010
__copyright__ = "Copyright (c) 2022 University of Utah"
1111
__license__ = "MIT"
12-
__version__ = "0.1.1"
12+
__version__ = "0.1.2"
1313

1414
import html.parser
1515

python_jamf/records.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
__copyright__ = "Copyright (c) 2021 University of Utah, School of Biological Sciences and Copyright (c) 2020 Tony Williams"
2121
__license__ = "MIT"
2222
__date__ = "2020-09-21"
23-
__version__ = "0.4.6"
23+
__version__ = "0.4.7"
2424

2525

2626
import logging

0 commit comments

Comments
 (0)