From 1f128299e80c69d83c1c32b235eccb1098bf17b4 Mon Sep 17 00:00:00 2001 From: Heli Aldridge Date: Wed, 15 May 2024 14:21:30 -0400 Subject: [PATCH] Bump to v0.16.7 --- 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 b041503f..76513266 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.7] - 2024-05-15 + ### Added - Warn if a table contains only a header row (DOP-4430). diff --git a/pyproject.toml b/pyproject.toml index e131a235..f0c04d5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "snooty" -version = "0.16.6.dev" +version = "0.16.7" description = "" authors = ["MongoDB, inc. "] license = "Apache-2.0" diff --git a/snooty/__init__.py b/snooty/__init__.py index 14834b00..892dae47 100644 --- a/snooty/__init__.py +++ b/snooty/__init__.py @@ -1,3 +1,3 @@ """The Snooty documentation writer's tool.""" -__version__ = "0.16.6.dev" +__version__ = "0.16.7"