From 1d036aa6e7d0f38f14d7fcc5c247275f6e645f97 Mon Sep 17 00:00:00 2001 From: Heli Aldridge Date: Thu, 7 Sep 2023 12:20:29 -0400 Subject: [PATCH] Bump to v0.14.7 --- CHANGELOG.md | 2 ++ snooty/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 551ef3cb..982853e5 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.14.7] - 2023-09-07 + ### Changed - All internal paths are now relative to the project source tree, not absolute, allowing cache diff --git a/snooty/__init__.py b/snooty/__init__.py index f011184a..418f007f 100644 --- a/snooty/__init__.py +++ b/snooty/__init__.py @@ -1,3 +1,3 @@ """The Snooty documentation writer's tool.""" -__version__ = "0.14.6.dev" +__version__ = "0.14.7"