From cf2a058677bdfbf78d2e8ee6a5865af03f3e7880 Mon Sep 17 00:00:00 2001 From: Marko Weltzer Date: Wed, 3 Apr 2024 07:42:52 +0200 Subject: [PATCH] chore(main): release 0.1.3 --- CHANGELOG.md | 11 +++++++++++ postthis/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a573952..eccfbc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.1.3](https://github.com/spousesupportgroup/postthis/compare/v0.1.2...v0.1.3) (2024-04-03) + + +### Dependencies + +* **pip:** bump django-model-utils from 4.4.0 to 4.5.0 ([5a5477e](https://github.com/spousesupportgroup/postthis/commit/5a5477e6e21a659e1e374f2d3a21b1893d79cd49)) +* **pip:** bump pillow from 10.2.0 to 10.3.0 ([1e73d8b](https://github.com/spousesupportgroup/postthis/commit/1e73d8bfb8bba736a9bdac0a5d95b0417d1164fd)) +* **pip:** bump pre-commit from 3.6.2 to 3.7.0 ([16e45d6](https://github.com/spousesupportgroup/postthis/commit/16e45d6721194b1960dd698fd6533b02f3e3201f)) +* **pip:** bump pytest-cov from 4.1.0 to 5.0.0 ([b220f29](https://github.com/spousesupportgroup/postthis/commit/b220f297d509dff1fe16c9781ed9bed3198cf877)) +* **pip:** bump werkzeug from 3.0.1 to 3.0.2 ([5d45ba4](https://github.com/spousesupportgroup/postthis/commit/5d45ba4ae167944f8aaec675d5b7184b1056a288)) + ## [0.1.2](https://github.com/spousesupportgroup/postthis/compare/v0.1.1...v0.1.2) (2024-03-23) diff --git a/postthis/__init__.py b/postthis/__init__.py index 80389f8..7b6f891 100644 --- a/postthis/__init__.py +++ b/postthis/__init__.py @@ -1,2 +1,2 @@ -__version__ = "0.1.2" +__version__ = "0.1.3" __version_info__ = tuple(int(num) if num.isdigit() else num for num in __version__.replace("-", ".", 1).split(".")) diff --git a/pyproject.toml b/pyproject.toml index 0672c4c..a8af428 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "postthis" -version = "0.1.2" +version = "0.1.3" description = "" authors = ["Hendrik "] readme = "README.md"