prepare v0.6.0

This commit is contained in:
Vincent Poulailleau 2019-12-09 12:51:04 +01:00
parent dba235f406
commit 9ba93c8d65
2 changed files with 5 additions and 1 deletions

View File

@ -81,6 +81,10 @@ pip install padpo
## Changelog
### v0.6.0 (2019-12-9)
* check errors against defined glossaries
### v0.5.0 (2019-12-3)
* check spelling errors with grammalecte

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "padpo"
version = "0.5.0"
version = "0.6.0"
description = "Linter for gettext files"
classifiers = [
"Programming Language :: Python :: 3",