diff --git a/CHANGELOG.md b/CHANGELOG.md index e38c0c8f..e47a3ce4 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.7] - 2020-05-13 + ### Changed - Error code 2 is now returned if there are error diagnostics, leaving error code 1 for crashes (DOP-922). diff --git a/snooty/__init__.py b/snooty/__init__.py index b686e9c9..3dc882c5 100644 --- a/snooty/__init__.py +++ b/snooty/__init__.py @@ -1,3 +1,3 @@ """The Snooty documentation writer's tool.""" -__version__ = "0.4.6.dev" +__version__ = "0.4.7"