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 cff6235 commit 55c7766Copy full SHA for 55c7766
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.17] - 2023-02-13
11
+
12
- Switch from flit to poetry by @i80and in https://github.com/mongodb/snooty-parser/pull/427
13
- DOP-3487: Deprecate cssclass directive by @i80and in https://github.com/mongodb/snooty-parser/pull/443
14
- DOP-3211: ref label by @mmeigs in https://github.com/mongodb/snooty-parser/pull/444
snooty/__init__.py
@@ -1,3 +1,3 @@
1
"""The Snooty documentation writer's tool."""
2
3
-__version__ = "0.13.16.dev"
+__version__ = "0.13.17"
0 commit comments