CHANGES
=======

1.3.1
-----

* man: Update manpage for 'check-get'
* utils: Correct encoding
* Ignore redefined variable

1.3.0
-----

* pwclient: Add check-get subcommand
* .pwclientrc: Inital section is called "options"

1.2.0
-----

* Add release note for 'git-am -m' flag
* pwclient: support 'git am -m'
* Integrate 'pre-commit'

1.1.1
-----

* requirements: Make requirements less strict
* Drop PyPy testing
* setup.cfg: Specify support Python versions
* Ignore mypy cache
* trivial: noqa duplicate import
* travis: Re-generate password
* tox: Minor cleanups
* tox: Run flake8 over tests too

1.1.0
-----

* tox: Add all targets to default list
* shell: Trivial cleanup
* shell: Start using argparse.Namespace object directly
* parser: Add long-opts for most arguments
* shell: Only retrieve args where they're needed
* utils: Use SPDX license header
* patches: Encode string if on Python 2.7
* patches: Handle exceptions from Popen
* patches: Centralize how we grab mboxes
* patches: Use a sane variable name
* Split out 'action\_view' function

1.0.0
-----

* gitignore: Ignore 'build' directory
* setup.cfg: Update classifiers
* tests: Handle different argparse versions
* doc: Update manual setup description
* Add manpage generation support
* docs: Integrate 'sphinxcontrib.autoprogram'
* Add 'pwclient.parser'
* Add 'pwclient.utils'
* Add 'pwclient.patches'
* Add 'pwclient.states'
* Add 'pwclient.checks'
* Add 'pwclient.people'
* Add 'pwclient.projects'
* Add 'pwclient.xmlrpc'
* Various other parser improvements
* Replace invalid use of parser failure
* Convert '-h' to a flag
* Cleanup parser help messages
* Integrate travis
* Add more tests
* Add initial tests
* Make argv configurable
* py3: Remove use of 'string.strip()'
