Skip to content

Commit

Permalink
Bump to v0.13.13
Browse files Browse the repository at this point in the history
  • Loading branch information
schmalliso committed Nov 16, 2022
1 parent 18a4813 commit 50e1d69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v0.13.13] - 2022-11-16

* Update GitHub actions by @i80and in https://github.com/mongodb/snooty-parser/pull/424
* DOP-3159: README overhaul by @seungpark in https://github.com/mongodb/snooty-parser/pull/425
* DOP-3307: Generate metadata for OpenAPI content pages by @rayangler in https://github.com/mongodb/snooty-parser/pull/426
Expand Down
2 changes: 1 addition & 1 deletion snooty/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""The Snooty documentation writer's tool."""

__version__ = "0.13.12.dev"
__version__ = "0.13.13"

0 comments on commit 50e1d69

Please sign in to comment.