We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 772f270 commit 9cd8b3fCopy full SHA for 9cd8b3f
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [v0.12.4] - 2022-02-02
11
+
12
### Fixed
13
14
- Typo in the deploy environment configuration (DOP-2712, #383).
snooty/__init__.py
@@ -1,3 +1,3 @@
1
"""The Snooty documentation writer's tool."""
2
3
-__version__ = "0.12.3.dev"
+__version__ = "0.12.4"
0 commit comments