From 2058e0707d809773c858eae169890e557469de11 Mon Sep 17 00:00:00 2001 From: rayangler <27821750+rayangler@users.noreply.github.com> Date: Wed, 17 Apr 2024 14:37:06 -0400 Subject: [PATCH] Bump to v0.16.6 --- 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 01dede0c..013d1165 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.6] - 2024-04-17 + ### Added - Add link type for community-built badges (DOP-4511) diff --git a/pyproject.toml b/pyproject.toml index 1b7a636c..8e42b8dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "snooty" -version = "0.16.5.dev" +version = "0.16.6" description = "" authors = ["MongoDB, inc. "] license = "Apache-2.0" diff --git a/snooty/__init__.py b/snooty/__init__.py index bd26369b..c0e9c040 100644 --- a/snooty/__init__.py +++ b/snooty/__init__.py @@ -1,3 +1,3 @@ """The Snooty documentation writer's tool.""" -__version__ = "0.16.5.dev" +__version__ = "0.16.6"