We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa2087a commit b65dbc8Copy full SHA for b65dbc8
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [v0.4.7] - 2020-05-13
11
+
12
### Changed
13
14
- Error code 2 is now returned if there are error diagnostics, leaving error code 1 for crashes (DOP-922).
snooty/__init__.py
@@ -1,3 +1,3 @@
1
"""The Snooty documentation writer's tool."""
2
3
-__version__ = "0.4.6.dev"
+__version__ = "0.4.7"
0 commit comments