From ba2e715d96df6db298c3989ebfe05c40c95a02b8 Mon Sep 17 00:00:00 2001 From: Andrew Aldridge Date: Wed, 15 Apr 2020 11:30:10 -0400 Subject: [PATCH] Bump to v0.3.7 --- CHANGELOG.md | 2 ++ snooty/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de79bae7..8656b176 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.3.7] - 2020-04-15 + ### Added - All roles, directives, & rstobjects from 0.4.3. diff --git a/snooty/__init__.py b/snooty/__init__.py index ab0c0f5f..db9e2252 100644 --- a/snooty/__init__.py +++ b/snooty/__init__.py @@ -1,3 +1,3 @@ """The Snooty documentation writer's tool.""" -__version__ = "0.3.6" +__version__ = "0.3.7"