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 Mar 25, 2024
1 parent d0e6e2a commit 0fc4916
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Dependencies

* **pip:** bump pre-commit from 3.6.2 to 3.7.0 ([16e45d6](https://github.com/spousesupportgroup/postthis/commit/16e45d6721194b1960dd698fd6533b02f3e3201f))

## [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 0fc4916

Please sign in to comment.