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 c1dac09 commit aa77d23Copy full SHA for aa77d23
jupyter_releaser/lib.py
@@ -239,8 +239,6 @@ def draft_release(
239
240
# Bump to post version if given
241
if post_version_spec:
242
- # TODO: can this be a static setting and still preserve what
243
- # we have?
244
post_version = bump_version(
245
post_version_spec, version_cmd=version_cmd, changelog_path=changelog_path
246
)
0 commit comments