From 479c5aec1630a7ddf5c73eb9e07ed264769ae805 Mon Sep 17 00:00:00 2001 From: Andrew Aldridge Date: Thu, 23 Jan 2020 16:09:22 -0500 Subject: [PATCH] Bump to v0.2.0 --- CHANGELOG.md | 2 ++ snooty/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf5456de..b3095590 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.2.0] - 2020-01-23 + ### Added - Target/Ref validation & resolution (DOCSP-5776, DOCSP-6657). diff --git a/snooty/__init__.py b/snooty/__init__.py index aa5fa8d8..43470224 100644 --- a/snooty/__init__.py +++ b/snooty/__init__.py @@ -1,3 +1,3 @@ """The Snooty documentation writer's tool.""" -__version__ = "0.1.16.dev" +__version__ = "0.2.0"