From e82e83ccbbc809fbe60e767627f38a16aab7a643 Mon Sep 17 00:00:00 2001 From: Heli Aldridge Date: Thu, 21 Mar 2024 11:42:58 -0400 Subject: [PATCH] Bump to v0.16.3 --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- snooty/__init__.py | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05e2f59a..c1df0cdb 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.16.3] - 2024-03-21 + ### Added - A diagnostic for orphaned pages that do not exist within the project toctree (DOP-4404) diff --git a/pyproject.toml b/pyproject.toml index 9720d048..cd906323 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "snooty" -version = "0.16.2.dev" +version = "0.16.3" description = "" authors = ["MongoDB, inc. "] license = "Apache-2.0" diff --git a/snooty/__init__.py b/snooty/__init__.py index bcf8dc44..e3ed5839 100644 --- a/snooty/__init__.py +++ b/snooty/__init__.py @@ -1,3 +1,3 @@ """The Snooty documentation writer's tool.""" -__version__ = "0.16.2.dev" +__version__ = "0.16.3"