Skip to content

Commit 5d0af38

Browse files
committed
Bump to v0.20.20
1 parent 2371f5c commit 5d0af38

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [v0.20.20] - 2026-04-22
11+
1012
## [v0.20.19] - 2026-02-12
1113

1214
## [v0.20.17] - 2025-12-18

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "snooty"
3-
version = "0.20.19.dev"
3+
version = "0.20.20"
44
description = ""
55
authors = ["MongoDB, inc. <andrew.aldridge@mongodb.com>"]
66
license = "Apache-2.0"

snooty/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""The Snooty documentation writer's tool."""
22

3-
__version__ = "0.20.19.dev"
3+
__version__ = "0.20.20"

0 commit comments

Comments
 (0)