Skip to content

Commit

Permalink
prep for 0.10.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Ramsay <[email protected]>
  • Loading branch information
seapagan committed Aug 26, 2024
1 parent 54b3cd9 commit 57c5536
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ For the original changelog, please refer to the [OLD_CHANGELOG.md](OLD_CHANGELOG
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [0.10.1](https://github.com/seapagan/lice2/releases/tag/0.10.1) (August 26, 2024)

Purely a documentation fix so that the updated README gets to PyPI
[`Full Changelog`](https://github.com/seapagan/lice2/compare/0.10.0...0.10.1) | [`Diff`](https://github.com/seapagan/lice2/compare/0.10.0...0.10.1.diff) | [`Patch`](https://github.com/seapagan/lice2/compare/0.10.0...0.10.1.patch)

## [0.10.0](https://github.com/seapagan/lice2/releases/tag/0.10.0) (August 26, 2024)

**Bug Fixes**
Expand Down
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 = "lice2"
version = "0.10.0"
version = "0.10.1"
description = "Generate license files for your projects"
authors = ["Grant Ramsay <[email protected]>"]
license = "BSD"
Expand Down

0 comments on commit 57c5536

Please sign in to comment.