Skip to content

Commit b4dabb2

Browse files
Merge pull request #231 from lucafaggianelli/release-v0.4.1
bump version
2 parents 0276cd8 + 2013a68 commit b4dabb2

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88

9+
## [0.4.1] - 2023-10-11
10+
911
### Fixed
1012
- No pipelines message appearing when pipelines where there
1113
- Fix the traceback info dialog (fix #229)
@@ -73,6 +75,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7375
- Fix the run pipeline dialog open/close logic
7476
- Show pipeline name in runs list (#127)
7577

76-
[Unreleased]: https://github.com/lucafaggianelli/mario-pype/compare/v0.4.0...HEAD
78+
[Unreleased]: https://github.com/lucafaggianelli/mario-pype/compare/v0.4.1...HEAD
79+
[0.4.1]: https://github.com/lucafaggianelli/mario-pype/compare/v0.4.0...v0.4.1
7780
[0.4.0]: https://github.com/lucafaggianelli/mario-pype/compare/v0.3.2...v0.4.0
7881
[0.3.2]: https://github.com/lucafaggianelli/plombery.git/releases/tag/v0.3.2

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plombery",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "",
55
"license": "MIT",
66
"author": {

src/plombery/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Keep it aligned with version in package.json
22

3-
__version__ = "0.4.0"
3+
__version__ = "0.4.1"

0 commit comments

Comments
 (0)