prepare v0.7.0, fix #11

This commit is contained in:
Vincent Poulailleau 2019-12-11 16:25:59 +01:00
parent 1361bddfbb
commit 69969ed415
2 changed files with 8 additions and 1 deletions

View File

@ -81,6 +81,13 @@ pip install padpo
## Changelog
### v0.7.0 (2019-12-11)
* add `--version` CLI option to display the current version of `padpo`
* `--input-path` CLI option now accepts several paths as in
`padpo --input-path file1.po file2.po directory1 directory2` or
`padpo -i file1.po file2.po directory1 directory2`
### v0.6.0 (2019-12-9)
* check errors against defined glossaries

View File

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