From e7caf1a3c2e1260ce2e96aa73a3829a3e9e6e2e0 Mon Sep 17 00:00:00 2001 From: Andrew Aldridge Date: Wed, 26 Aug 2020 10:43:30 -0400 Subject: [PATCH] Bump to v0.5.6 --- CHANGELOG.md | 2 ++ snooty/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80d83e62..953f6d86 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.5.6] - 2020-08-26 + ### Added - OpenAPI support (DOP-1356). diff --git a/snooty/__init__.py b/snooty/__init__.py index 0ff891c8..264216c0 100644 --- a/snooty/__init__.py +++ b/snooty/__init__.py @@ -1,3 +1,3 @@ """The Snooty documentation writer's tool.""" -__version__ = "0.5.5.dev" +__version__ = "0.5.6"