Skip to content

Commit 55fc7ac

Browse files
committed
release: bump version to 1.4.1
1 parent 982453a commit 55fc7ac

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log
22

33

4+
## [1.4.1] - 2024-08-15
5+
6+
### Fixed
7+
8+
- 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)).
9+
10+
411
## [1.4.0] - 2024-07-26
512

613
### Added
@@ -44,7 +51,8 @@
4451
Initial version.
4552

4653

47-
[Unreleased]: https://github.com/python-poetry/poetry-plugin-bundle/compare/1.4.0...main
54+
[Unreleased]: https://github.com/python-poetry/poetry-plugin-bundle/compare/1.4.1...main
55+
[1.4.1]: https://github.com/python-poetry/poetry-plugin-bundle/releases/tag/1.4.0
4856
[1.4.0]: https://github.com/python-poetry/poetry-plugin-bundle/releases/tag/1.4.0
4957
[1.3.0]: https://github.com/python-poetry/poetry-plugin-bundle/releases/tag/1.3.0
5058
[1.2.0]: https://github.com/python-poetry/poetry-plugin-bundle/releases/tag/1.2.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "poetry-plugin-bundle"
3-
version = "1.4.0"
3+
version = "1.4.1"
44
description = "Poetry plugin to bundle projects into various formats"
55
authors = ["Sébastien Eustace <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)