From f44a7d01e6f1ae1821e30db61b815db81073125f Mon Sep 17 00:00:00 2001 From: Andrew Aldridge Date: Tue, 19 Nov 2019 07:20:52 -0500 Subject: [PATCH] Bump to v0.1.14 --- CHANGELOG.md | 2 ++ snooty/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c972dbac..3077d30a 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.1.14] - 2019-11-19 + ### Added - Added infrastructure to support editor preview. diff --git a/snooty/__init__.py b/snooty/__init__.py index 54fc0925..7536b7de 100644 --- a/snooty/__init__.py +++ b/snooty/__init__.py @@ -1,3 +1,3 @@ """The Snooty documentation writer's tool.""" -__version__ = "0.1.13.dev" +__version__ = "0.1.14"