Skip to content

Commit 36b1369

Browse files
committed
Bump to v0.16.14
1 parent 9a4019d commit 36b1369

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

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

1010
## [v0.16.14] - 2024-07-17
1111

12+
## [v0.16.14] - 2024-07-17
13+
1214
### Changed
1315

1416
- Make repeated bundle builds bit-identical

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.16.13.dev"
3+
version = "0.16.14"
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.16.13.dev"
3+
__version__ = "0.16.14"

0 commit comments

Comments
 (0)