From 50e1d69f50360aa9eb1d29a8de6d732b863402ad Mon Sep 17 00:00:00 2001 From: Allison Reinheimer Moore Date: Wed, 16 Nov 2022 10:33:33 -0500 Subject: [PATCH] Bump to v0.13.13 --- CHANGELOG.md | 2 ++ snooty/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82fa9b68..ca9598ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/snooty/__init__.py b/snooty/__init__.py index d34600e5..946b6ce8 100644 --- a/snooty/__init__.py +++ b/snooty/__init__.py @@ -1,3 +1,3 @@ """The Snooty documentation writer's tool.""" -__version__ = "0.13.12.dev" +__version__ = "0.13.13"