diff --git a/CHANGELOG.md b/CHANGELOG.md index f41059cf..dafa1048 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.0] - 2020-09-16 + ### Changed - HTML IDs are now explicit in the AST (DOP-1279). diff --git a/snooty/__init__.py b/snooty/__init__.py index 1e262c1b..78e3477e 100644 --- a/snooty/__init__.py +++ b/snooty/__init__.py @@ -1,3 +1,3 @@ """The Snooty documentation writer's tool.""" -__version__ = "0.5.9.dev0" +__version__ = "0.6.0"