From 7fa6e88d1433d8e0a7a93ec211489df13a0d7e0a Mon Sep 17 00:00:00 2001 From: Andrew Aldridge Date: Wed, 17 Jun 2020 16:23:15 -0400 Subject: [PATCH] Bump to v0.4.10 --- CHANGELOG.md | 2 ++ snooty/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d650d471..97929fc0 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.10] - 2020-06-17 + ### Changed - Populate literal include nodes (DOP-876). diff --git a/snooty/__init__.py b/snooty/__init__.py index 9ca25a96..49bbfaae 100644 --- a/snooty/__init__.py +++ b/snooty/__init__.py @@ -1,3 +1,3 @@ """The Snooty documentation writer's tool.""" -__version__ = "0.4.9.dev" +__version__ = "0.4.10"