Skip to content

Commit db68cfc

Browse files
committed
Bump to v0.13.4
1 parent 0de9b09 commit db68cfc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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.13.4] - 2022-05-05
11+
1012
### Added
1113

1214
- Support adding arbitrary data to `snooty.toml` files via the `data_fields` key in rstspec.toml (DOP-2657, #396).

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.13.3.dev"
3+
__version__ = "0.13.4"

0 commit comments

Comments
 (0)