Skip to content

Commit 6a15bef

Browse files
committed
Use semver comaptible dev versions
1 parent dd0620c commit 6a15bef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ These are instructions on how to make a release.
4747

4848
Following this, the [CI system][] will build and publish a release.
4949

50-
5. Reset the version back to dev, e.g. `4.0.1.dev0` after releasing `4.0.0`.
50+
5. Reset the version back to dev, e.g. `4.0.1-0.dev` after releasing `4.0.0`.
5151

5252
```shell
5353
tbump --no-tag ${NEXT_VERSION}.dev0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ regex = '''
180180
(?P<patch>\d+)
181181
-?
182182
(?P<pre>((alpha|beta|rc)\.\d+)|)
183-
(?P<dev>(dev\.\d+)|)
183+
(?P<dev>(0\.dev)|)
184184
'''
185185

186186
[tool.tbump.git]

0 commit comments

Comments
 (0)