Skip to content

Commit

Permalink
releng - increment version for release (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
kapilt authored May 23, 2023
1 parent 2d9d93d commit f6c0491
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ twine upload dist/*.whl

## Mono-Repo Support

To support mono repos consisting of multiple libraries/applications, when creating a frozen wheel, dev dependencies specified by path can be optionally substituted out for references to their release artifact versions.
To support mono repos consisting of multiple libraries/applications, when creating a frozen wheel, main group dependencies specified by path can be optionally substituted out for references to their release artifact versions.

This assumes automation to run build and publish across the various subpackages, ie typically via make or just.
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 = "poetry-plugin-freeze"
version = "1.0.3"
version = "1.0.4"
description = "Poetry plugin to freeze a wheel's dependencies per lock file"
license = "Apache-2.0"
authors = ["Kapil Thangavelu <kapilt@gmail.com>"]
Expand Down

0 comments on commit f6c0491

Please # to comment.