Version bump and updated readme

This commit is contained in:
Jules Lasne (jlasne - seluj78) 2020-10-13 13:21:57 +02:00
parent 7afe53b256
commit fc6ae663e8
2 changed files with 5 additions and 2 deletions

View File

@ -13,7 +13,7 @@ pip install potodo
## Usage
```
usage: potodo [-h] [-p path] [-e path [path ...]] [-a X] [-b X] [-f] [-o] [-n] [-c] [-j] [--exclude-fuzzy] [--exclude-reserved] [--only-reserved] [--show-reservation-dates] [--version]
usage: potodo [-h] [-p path] [-e path [path ...]] [-a X] [-b X] [-f] [-o] [-n] [-c] [-j] [--exclude-fuzzy] [--exclude-reserved] [--only-reserved] [--show-reservation-dates] [--no-cache] [-i] [--version] [-v]
List and prettify the po files left to translate.
@ -34,7 +34,10 @@ optional arguments:
--only-reserved select only only reserved files
--show-reservation-dates
show issue creation dates
--no-cache Disables cache (Cache is disabled when files are modified)
-i, --interactive Activates the interactive menu
--version show program's version number and exit
-v, --verbose Increases output verbosity
```
## Contributing

View File

@ -2,4 +2,4 @@
__author__ = """Jules Lasne"""
__email__ = "jules.lasne@gmail.com"
__version__ = "0.13.0"
__version__ = "0.14.0"