diff --git a/CHANGELOG.md b/CHANGELOG.md index 694a420..73174bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v0.12.2 - 2023-02-08 + +- switched default TOML lib to `tomli` + ## v0.12.1 - 2022-11-22 - fixed `github` and `gitlab` config options not accepting periods (`.`) diff --git a/poxy/data/version.txt b/poxy/data/version.txt index 34a8361..26acbf0 100644 --- a/poxy/data/version.txt +++ b/poxy/data/version.txt @@ -1 +1 @@ -0.12.1 +0.12.2 diff --git a/requirements.txt b/requirements.txt index b73fa18..b22f687 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ jinja2 pygments html5lib lxml -pytomlpp +tomli schema!=0.7.5 requests trieregex