Skip to content

Commit

Permalink
Merge pull request #231 from lucafaggianelli/release-v0.4.1
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
lucafaggianelli authored Oct 11, 2023
2 parents 0276cd8 + 2013a68 commit b4dabb2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.4.1] - 2023-10-11

### Fixed
- No pipelines message appearing when pipelines where there
- Fix the traceback info dialog (fix #229)
Expand Down Expand Up @@ -73,6 +75,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Fix the run pipeline dialog open/close logic
- Show pipeline name in runs list (#127)

[Unreleased]: https://github.com/lucafaggianelli/mario-pype/compare/v0.4.0...HEAD
[Unreleased]: https://github.com/lucafaggianelli/mario-pype/compare/v0.4.1...HEAD
[0.4.1]: https://github.com/lucafaggianelli/mario-pype/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/lucafaggianelli/mario-pype/compare/v0.3.2...v0.4.0
[0.3.2]: https://github.com/lucafaggianelli/plombery.git/releases/tag/v0.3.2
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plombery",
"version": "0.4.0",
"version": "0.4.1",
"description": "",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion src/plombery/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Keep it aligned with version in package.json

__version__ = "0.4.0"
__version__ = "0.4.1"

0 comments on commit b4dabb2

Please sign in to comment.