From aa04b611e804b0f4a3db27fa9ad6d217a2f1ef4e Mon Sep 17 00:00:00 2001 From: Andrew Aldridge Date: Thu, 22 Oct 2020 11:21:00 -0400 Subject: [PATCH] Bump to v0.7.0 --- CHANGELOG.md | 2 ++ snooty/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8615eead..b3890825 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.7.0] - 2020-10-22 + ### Added - `caption` option for code blocks (DOP-1604). diff --git a/snooty/__init__.py b/snooty/__init__.py index 7a42ed0e..f61c2e2b 100644 --- a/snooty/__init__.py +++ b/snooty/__init__.py @@ -1,3 +1,3 @@ """The Snooty documentation writer's tool.""" -__version__ = "0.6.3.dev" +__version__ = "0.7.0"