Skip to content

Commit

Permalink
0.1.14
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Aug 12, 2023
1 parent e055035 commit d64e613
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@



## v0.1.14 (2023-08-12)

### Fix

* fix(ci): force add dist during release ([`e055035`](https://github.com/matteo4diani/poetry-packaging-demo/commit/e055035ea4ce8158a4a50bf288c56705e2f79655))

* fix(ci): force add dist during release ([`4c29194`](https://github.com/matteo4diani/poetry-packaging-demo/commit/4c29194d6eb60dd716581e727a0ed19da20db616))

* fix(ci): fix ([`0d4af17`](https://github.com/matteo4diani/poetry-packaging-demo/commit/0d4af17d6832403ceb64cb423ab249bdf19de6c9))

* fix(ci): fix ([`db7431b`](https://github.com/matteo4diani/poetry-packaging-demo/commit/db7431b74ba509f8d63a3a87084cd48dc31a6a90))


## v0.1.13 (2023-08-12)

### Fix
Expand Down
Binary file not shown.
Binary file added dist/poetry_packaging_demo-0.1.14.tar.gz
Binary file not shown.
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 = "poetry-packaging-demo"
version = "0.1.13"
version = "0.1.14"
description = "A demo of a Python packaging workflow using GH Actions and poetry"
authors = ["Matteo Fordiani <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit d64e613

Please sign in to comment.