Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
spapanik committed Apr 2, 2024
1 parent 83afbe5 commit 6a27919
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic

## [Unreleased]

## [6.1.0] - 2024-04-02

### Added

- Added a version parser to avoid the packaging dependency
Expand Down Expand Up @@ -433,7 +435,8 @@ cookbook.yml

[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
[Unreleased]: https://github.com/spapanik/yamk/compare/v6.0.1...main
[Unreleased]: https://github.com/spapanik/yamk/compare/v6.1.0...main
[6.1.0]: https://github.com/spapanik/yamk/compare/v6.0.1...v6.1.0
[6.0.1]: https://github.com/spapanik/yamk/compare/v6.0.0...v6.0.1
[6.0.0]: https://github.com/spapanik/yamk/compare/v5.3.0...v6.0.0
[5.3.0]: https://github.com/spapanik/yamk/compare/v5.2.0...v5.3.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ skip_empty = true

[tool.poetry]
name = "yamk"
version = "6.0.1"
version = "6.1.0"
description = "Yet another make"
authors = [
"Stephanos Kuma <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/yamk/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "6.0.1"
__version__ = "6.1.0"

0 comments on commit 6a27919

Please sign in to comment.