Skip to content

Commit 416fd23

Browse files
authored
Merge pull request #867 from bckohan/master
fix validate_version recipe
2 parents 6b41389 + 1892dd9 commit 416fd23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ validate_version VERSION:
297297
# make sure all places the version appears agree
298298
assert raw_version == tomllib.load(open('pyproject.toml', 'rb'))['project']['version']
299299
assert raw_version == polymorphic.__version__
300-
print(version)
300+
print(raw_version)
301301

302302
# issue a release for the given semver string (e.g. 2.1.0)
303303
release VERSION: install check-all

0 commit comments

Comments
 (0)