Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mhucka committed Apr 9, 2023
1 parent 4a93bed commit 181de61
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change log for CommonPy

## Version 1.12.3

This release updates the version of the `dateparser` package in `requirements.txt`, to avoid a deprecation warning when using CommonPy's `parsed_datetime(...)` function.


## Version 1.12.2

This release updates the versions of dependencies in `requirements.txt`.
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ cff-version: "1.1.0"
message: "If you use this software, please cite it using these metadata."
repository-code: "https://github.com/caltechlibrary/commonpy"
title: "CommonPy: assortment of Python helper functions and utility classes"
date-released: 2023-04-07
version: "1.12.2"
date-released: 2023-04-09
version: "1.12.3"
doi: 10.22002/20217
keywords:
- Python
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"codeRepository": "https://github.com/caltechlibrary/commonpy",
"issueTracker": "https://github.com/caltechlibrary/commonpy/issues",
"license": "https://github.com/caltechlibrary/commonpy/blob/master/LICENSE",
"version": "1.12.2",
"version": "1.12.3",
"author": [
{
"@type": "Person",
Expand Down
2 changes: 1 addition & 1 deletion commonpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# | by the Makefile. Manual changes to these values will be lost. |
# ╰────────────────────── Notice ── Notice ── Notice ─────────────────────╯

__version__ = '1.12.2'
__version__ = '1.12.3'
__description__ = 'Assortment of Python helper functions and utility classes'
__url__ = 'https://github.com/caltechlibrary/commonpy'
__author__ = 'Michael Hucka'
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

[metadata]
name = commonpy
version = 1.12.2
version = 1.12.3
description = Assortment of Python helper functions and utility classes
author = Michael Hucka
author_email = [email protected]
Expand Down

0 comments on commit 181de61

Please sign in to comment.