From 0792e596da6614a1dd047525e1b2259d4dc9ea0f Mon Sep 17 00:00:00 2001 From: Heli Aldridge Date: Thu, 12 Jan 2023 10:02:02 -0500 Subject: [PATCH] Bump to v0.13.15 --- CHANGELOG.md | 2 ++ snooty/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15408c23..29db91d6 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.15] - 2023-01-12 + ### Added - Default children and default slug for associated toc node (#438) by @seungpark in #438. diff --git a/snooty/__init__.py b/snooty/__init__.py index e5a76928..a562a5c3 100644 --- a/snooty/__init__.py +++ b/snooty/__init__.py @@ -1,3 +1,3 @@ """The Snooty documentation writer's tool.""" -__version__ = "0.13.14.dev" +__version__ = "0.13.15"