File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11{
22 "name" : " plombery" ,
3- "version" : " 0.4.0 " ,
3+ "version" : " 0.4.1 " ,
44 "description" : " " ,
55 "license" : " MIT" ,
66 "author" : {
Original file line number Diff line number Diff line change 11# Keep it aligned with version in package.json
22
3- __version__ = "0.4.0 "
3+ __version__ = "0.4.1 "
You can’t perform that action at this time.
0 commit comments