We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c62b25 commit b5df153Copy full SHA for b5df153
justfile
@@ -198,7 +198,7 @@ validate_version VERSION:
198
# make sure all places the version appears agree
199
assert raw_version == tomllib.load(open('pyproject.toml', 'rb'))['project']['version']
200
assert raw_version == enum_properties.__version__
201
- print(version)
+ print(raw_version)
202
203
# issue a relase for the given semver string (e.g. 2.1.0)
204
release VERSION:
0 commit comments