Skip to content

Commit de480ea

Browse files
committed
Revert "Bump to v0.20.4"
This reverts commit 0ac6904.
1 parent 0ac6904 commit de480ea

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10-
## [v0.20.4] - 2025-05-28
11-
1210
### Added
1311
- DOP-5604: dismissible-skills-card directive
1412

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.4"
3+
version = "0.20.2.dev"
44
description = ""
55
authors = ["MongoDB, inc. <[email protected]>"]
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.4"
3+
__version__ = "0.20.2.dev"

0 commit comments

Comments
 (0)