Skip to content

Commit

Permalink
Bump version to v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmelin committed Mar 17, 2022
1 parent 682f351 commit 3cfc458
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 @@ -14,6 +14,8 @@ Syntax:

## [Latest Changes]

## [0.3.1] - 2022-03-17

### Changed

- Improved how `--dry-run` is handled, as well as the log output
Expand Down Expand Up @@ -44,6 +46,7 @@ Syntax:
- Initial project setup


[Latest Changes]: https://github.com/lucasmelin/molting/compare/v0.3.0...HEAD
[Latest Changes]: https://github.com/lucasmelin/molting/compare/v0.3.1...HEAD
[0.3.1]: https://github.com/lucasmelin/molting/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/lucasmelin/molting/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/lucasmelin/molting/compare/v0.2.0...v0.2.1
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "molting"
version = "0.3.0"
version = "0.3.1"
description = "Automatically bump your project files to the latest version."
authors = ["Lucas Melin <lucas.melin@gmail.com>"]
repository = "https://github.com/lucasmelin/molting"
Expand Down
2 changes: 1 addition & 1 deletion src/molting/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Top-level package for molting."""
__version__ = "0.3.0"
__version__ = "0.3.1"

0 comments on commit 3cfc458

Please sign in to comment.