File tree Expand file tree Collapse file tree 5 files changed +11
-5
lines changed
Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 11# Change log for CommonPy
22
3+ ## Version 1.13.0
4+
5+ Changes in this release:
6+ * HTTP code 422 is now more accurately returned as a ` ServiceFailure ` error instead of a ` NetworkFailure ` .
7+
8+
39## Version 1.12.4
410
511Changes in this release:
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ cff-version: "1.1.0"
1010message : " If you use this software, please cite it using these metadata."
1111repository-code : " https://github.com/caltechlibrary/commonpy"
1212title : " CommonPy: assortment of Python helper functions and utility classes"
13- date-released : 2023-04-21
14- version : " 1.12.4 "
13+ date-released : 2023-05-02
14+ version : " 1.13.0 "
1515doi : 10.22002/20217
1616keywords :
1717 - Python
Original file line number Diff line number Diff line change 66 "codeRepository" : " https://github.com/caltechlibrary/commonpy" ,
77 "issueTracker" : " https://github.com/caltechlibrary/commonpy/issues" ,
88 "license" : " https://github.com/caltechlibrary/commonpy/blob/master/LICENSE" ,
9- "version" : " 1.12.4 " ,
9+ "version" : " 1.13.0 " ,
1010 "author" : [
1111 {
1212 "@type" : " Person" ,
Original file line number Diff line number Diff line change 2121# | by the Makefile. Manual changes to these values will be lost. |
2222# ╰────────────────────── Notice ── Notice ── Notice ─────────────────────╯
2323
24- __version__ = '1.12.4 '
24+ __version__ = '1.13.0 '
2525__description__ = 'Assortment of Python helper functions and utility classes'
2626__url__ = 'https://github.com/caltechlibrary/commonpy'
2727__author__ = 'Michael Hucka'
Original file line number Diff line number Diff line change 88
99[metadata]
1010name = commonpy
11- version = 1.12.4
11+ version = 1.13.0
1212description = Assortment of Python helper functions and utility classes
1313author = Michael Hucka
1414author_email = mhucka@caltech.edu
You can’t perform that action at this time.
0 commit comments