From a5efe318bb17d8f294175c14e442af433e74e1c4 Mon Sep 17 00:00:00 2001 From: Andrew Aldridge Date: Wed, 30 Sep 2020 09:13:53 -0400 Subject: [PATCH] Bump to v0.6.2 --- CHANGELOG.md | 2 ++ snooty/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dc2063a..3f69d547 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.6.2] - 2020-09-30 + ### Added - A `dbtools` role for linking to database tools docs. diff --git a/snooty/__init__.py b/snooty/__init__.py index 881badac..24ea650a 100644 --- a/snooty/__init__.py +++ b/snooty/__init__.py @@ -1,3 +1,3 @@ """The Snooty documentation writer's tool.""" -__version__ = "0.6.1.dev" +__version__ = "0.6.2"