We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b41389 + 1892dd9 commit 416fd23Copy full SHA for 416fd23
1 file changed
justfile
@@ -297,7 +297,7 @@ validate_version VERSION:
297
# make sure all places the version appears agree
298
assert raw_version == tomllib.load(open('pyproject.toml', 'rb'))['project']['version']
299
assert raw_version == polymorphic.__version__
300
- print(version)
+ print(raw_version)
301
302
# issue a release for the given semver string (e.g. 2.1.0)
303
release VERSION: install check-all
0 commit comments