File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
7
7
This project will (try to) adhere to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html )
8
8
once it reaches 1.0.
9
9
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
+
10
18
## [ 0.9.2] -- 2024-01-23
11
19
12
20
** Full Changelog** : https://github.com/univ-of-utah-marriott-library-apple/python-jamf/compare/0.9.1...0.9.2
Original file line number Diff line number Diff line change 9
9
10
10
__copyright__ = "Copyright (c) 2022 University of Utah"
11
11
__license__ = "MIT"
12
- __version__ = "0.1.1 "
12
+ __version__ = "0.1.2 "
13
13
14
14
import html .parser
15
15
Original file line number Diff line number Diff line change 20
20
__copyright__ = "Copyright (c) 2021 University of Utah, School of Biological Sciences and Copyright (c) 2020 Tony Williams"
21
21
__license__ = "MIT"
22
22
__date__ = "2020-09-21"
23
- __version__ = "0.4.6 "
23
+ __version__ = "0.4.7 "
24
24
25
25
26
26
import logging
You can’t perform that action at this time.
0 commit comments