diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bc25f4d..0acc770a 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.4] - 2023-08-10 + ### Added - First stage of parse caching (DOP-3741). diff --git a/snooty/__init__.py b/snooty/__init__.py index 2688a5d3..9a95097d 100644 --- a/snooty/__init__.py +++ b/snooty/__init__.py @@ -1,3 +1,3 @@ """The Snooty documentation writer's tool.""" -__version__ = "0.14.3.dev" +__version__ = "0.14.4"