jupyter_releaser icon indicating copy to clipboard operation
jupyter_releaser copied to clipboard

Draft changelog fails

Open davidbrochart opened this issue 1 year ago • 5 comments

Description

I'm trying to create a Draft Changelog for jupyverse, explicitly specifying a 0.0.40 version, and I get this error in "bump-version":

Traceback (most recent call last):
  File "/opt/hostedtoolcache/Python/3.10.6/x64/bin/hatchling", line 8, in <module>
    sys.exit(hatchling())
  File "/opt/hostedtoolcache/Python/3.10.6/x64/lib/python3.10/site-packages/hatchling/cli/__init__.py", line 26, in hatchling
    command(**kwargs)
  File "/opt/hostedtoolcache/Python/3.10.6/x64/lib/python3.10/site-packages/hatchling/cli/version/__init__.py", line 33, in version_impl
    updated_version = metadata.hatch.version.scheme.update(desired_version, original_version, version_data)
  File "/opt/hostedtoolcache/Python/3.10.6/x64/lib/python3.10/site-packages/hatchling/version/scheme/standard.py", line 48, in update
    raise ValueError(
ValueError: Version `0.0.39` is not higher than the original version `0.0.39`

davidbrochart avatar Sep 15 '22 20:09 davidbrochart