From 3944a1d83aba2f17f2f1b887aeadc2b199906d01 Mon Sep 17 00:00:00 2001 From: Andrew Aldridge Date: Thu, 2 Apr 2020 13:43:32 -0400 Subject: [PATCH] Bump to v0.4.1 --- CHANGELOG.md | 2 ++ snooty/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6408ce65..84de1aa1 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.4.1] - 2020-04-02 + ### Added - Various roles and directive options. diff --git a/snooty/__init__.py b/snooty/__init__.py index 2e90b73f..72de494e 100644 --- a/snooty/__init__.py +++ b/snooty/__init__.py @@ -1,3 +1,3 @@ """The Snooty documentation writer's tool.""" -__version__ = "0.4.0.dev" +__version__ = "0.4.1"