Skip to content

Commit

Permalink
0.4.4
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Apr 1, 2024
1 parent 7b17b04 commit a2885ed
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 2 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,41 @@



## v0.4.4 (2024-04-01)

### Build

* build(deps): bump python-semantic-release/python-semantic-release

Bumps [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 9.3.1 to 9.4.0.
- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases)
- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/v9.3.1...v9.4.0)

---
updated-dependencies:
- dependency-name: python-semantic-release/python-semantic-release
dependency-type: direct:production
update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com> ([`7e11916`](https://github.com/hokus15/ArrendaToolsPlantillas/commit/7e119164e6752d115793f9c2a96607d025a87406))

### Fix

* fix(autoescape): undo XSS mitigation ([`11c1add`](https://github.com/hokus15/ArrendaToolsPlantillas/commit/11c1addb51271880d341dedc9402dda899d1ab79))

### Unknown

* Merge pull request #37 from hokus15/devel

fix(autoescape): undo XSS mitigation ([`7b17b04`](https://github.com/hokus15/ArrendaToolsPlantillas/commit/7b17b043768ebbdba18e2325de13d39f752c14a9))

* Merge pull request #36 from hokus15/dependabot/github_actions/python-semantic-release/python-semantic-release-9.4.0

build(deps): bump python-semantic-release/python-semantic-release from 9.3.1 to 9.4.0 ([`359c846`](https://github.com/hokus15/ArrendaToolsPlantillas/commit/359c846173a165f1a9667e901622a2fc14899556))


## v0.4.3 (2024-03-25)

### Build
Expand Down
2 changes: 1 addition & 1 deletion arrendatools/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.3"
__version__ = "0.4.4"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "arrendatools.plantillas"
version = "0.4.3"
version = "0.4.4"
authors = [
{name = "Jordi Morell", email = "hokus@hotmail.com"},
]
Expand Down

0 comments on commit a2885ed

Please sign in to comment.