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 18a4813 commit 50e1d69Copy full SHA for 50e1d69
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.13.13] - 2022-11-16
11
+
12
* Update GitHub actions by @i80and in https://github.com/mongodb/snooty-parser/pull/424
13
* DOP-3159: README overhaul by @seungpark in https://github.com/mongodb/snooty-parser/pull/425
14
* DOP-3307: Generate metadata for OpenAPI content pages by @rayangler in https://github.com/mongodb/snooty-parser/pull/426
snooty/__init__.py
@@ -1,3 +1,3 @@
1
"""The Snooty documentation writer's tool."""
2
3
-__version__ = "0.13.12.dev"
+__version__ = "0.13.13"
0 commit comments