Skip to content

Commit b18f0db

Browse files
committed
Bump version: 0.7.20-dev β†’ 0.7.20
1 parent f329a4c commit b18f0db

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

β€Ždocs/source/conf.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
author = "Charles Tapley Hoyt"
2525

2626
# The full version, including alpha/beta/rc tags.
27-
release = "0.7.20-dev"
27+
release = "0.7.20"
2828

2929
# The short X.Y version.
3030
parsed_version = re.match(

β€Žpyproject.tomlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "uv_build"
44

55
[project]
66
name = "pystow"
7-
version = "0.7.20-dev"
7+
version = "0.7.20"
88
description = "Easily pick a place to store data for your Python code"
99
readme = "README.md"
1010
authors = [
@@ -222,7 +222,7 @@ known-first-party = [
222222
docstring-code-format = true
223223

224224
[tool.bumpversion]
225-
current_version = "0.7.20-dev"
225+
current_version = "0.7.20"
226226
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)(?:-(?P<release>[0-9A-Za-z-]+(?:\\.[0-9A-Za-z-]+)*))?(?:\\+(?P<build>[0-9A-Za-z-]+(?:\\.[0-9A-Za-z-]+)*))?"
227227
serialize = [
228228
"{major}.{minor}.{patch}-{release}+{build}",

β€Žsrc/pystow/version.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
"VERSION",
55
]
66

7-
VERSION = "0.7.20-dev"
7+
VERSION = "0.7.20"

0 commit comments

Comments
Β (0)