Skip to content

Commit

Permalink
chore(main): release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Marwel committed Apr 12, 2024
1 parent abc4dae commit e8b676b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.1.3](https://github.com/spousesupportgroup/postthis/compare/v0.1.2...v0.1.3) (2024-04-12)


### Dependencies

* **docker:** bump python in /compose/local/django ([27162d8](https://github.com/spousesupportgroup/postthis/commit/27162d82fddd40b3e5d5507d03a91da011098ea9))
* **docker:** bump python in /compose/local/docs ([b6bfa8a](https://github.com/spousesupportgroup/postthis/commit/b6bfa8a89fd69d85c47ce8de722a656eb8a78ed9))
* **docker:** bump python in /compose/production/django ([7371482](https://github.com/spousesupportgroup/postthis/commit/7371482e35033eadb007357c8be722612d0916b3))
* **docker:** bump traefik in /compose/production/traefik ([9fc1161](https://github.com/spousesupportgroup/postthis/commit/9fc11610b2406e711327a9e7818db4bf82e20938))
* **pip:** bump django-model-utils from 4.4.0 to 4.5.0 ([5a5477e](https://github.com/spousesupportgroup/postthis/commit/5a5477e6e21a659e1e374f2d3a21b1893d79cd49))
* **pip:** bump idna from 3.6 to 3.7 ([2a59595](https://github.com/spousesupportgroup/postthis/commit/2a595952c20544d447d70b7dad1e14524e374c00))
* **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)


Expand Down
2 changes: 1 addition & 1 deletion postthis/__init__.py
Original file line number Diff line number Diff line change
@@ -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("."))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "postthis"
version = "0.1.2"
version = "0.1.3"
description = ""
authors = ["Hendrik <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit e8b676b

Please sign in to comment.