From 793a69cad5561a7ed050f925e7db7e3fd295fa6a Mon Sep 17 00:00:00 2001 From: Heli Aldridge Date: Wed, 14 Feb 2024 11:48:45 -0500 Subject: [PATCH] Bump to v0.16.0 --- CHANGELOG.md | 2 ++ snooty/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f897fa9c..d5d63b33 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.0] - 2024-02-14 + ### Added - Enabling IA directives to support nested content for homepage redesign purposes (DOP-4300) diff --git a/snooty/__init__.py b/snooty/__init__.py index f73ecb61..b0dae947 100644 --- a/snooty/__init__.py +++ b/snooty/__init__.py @@ -1,3 +1,3 @@ """The Snooty documentation writer's tool.""" -__version__ = "0.15.13.dev" +__version__ = "0.16.0"