Skip to content

Commit

Permalink
release: bump version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
radoering committed Aug 15, 2024
1 parent 982453a commit 55fc7ac
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log


## [1.4.1] - 2024-08-15

### Fixed

- Fix an issue where `path/to/venv` was ignored and an existing venv was used instead ([#114](https://github.com/python-poetry/poetry-plugin-bundle/pull/114)).


## [1.4.0] - 2024-07-26

### Added
Expand Down Expand Up @@ -44,7 +51,8 @@
Initial version.


[Unreleased]: https://github.com/python-poetry/poetry-plugin-bundle/compare/1.4.0...main
[Unreleased]: https://github.com/python-poetry/poetry-plugin-bundle/compare/1.4.1...main
[1.4.1]: https://github.com/python-poetry/poetry-plugin-bundle/releases/tag/1.4.0
[1.4.0]: https://github.com/python-poetry/poetry-plugin-bundle/releases/tag/1.4.0
[1.3.0]: https://github.com/python-poetry/poetry-plugin-bundle/releases/tag/1.3.0
[1.2.0]: https://github.com/python-poetry/poetry-plugin-bundle/releases/tag/1.2.0
Expand Down
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-plugin-bundle"
version = "1.4.0"
version = "1.4.1"
description = "Poetry plugin to bundle projects into various formats"
authors = ["Sébastien Eustace <sebastien@eustace.io>"]
license = "MIT"
Expand Down

0 comments on commit 55fc7ac

Please sign in to comment.