CHANGES
=======

0.4.12
------

* Make pep8 happy

0.4.11
------

* Drop version from setup.cfg
* Allow for the issue description to be given from command line
* Post release version bump to 0.4.11

0.4.10
------

* Test py36 instead of py34
* Disable InsecureRequestWarningf "--no-verify" is given
* Fix priority field check
* Speedup issue output
* Fix logging
* Move config handling code to extra file
* Post release version bump to 0.4.10

0.4.9
-----

* Check if issue reporter is available
* Ask for password if not available in config file
* Post release version bump to 0.4.9

0.4.8
-----

* Add the ability to assign issues
* Allow to ignore certificate verification
* Add function to move issue to custom state
* imports reordering
* Update travis.yml
* Fix file permissions for jiracli.ini
* Post release version bump to 0.4.8

0.4.7
-----

* Add basic test infrastructure
* Fix unused import error
* Use tox
* Fix exception if there is no priority for an issue
* editor\_get\_text: update NamedTemporaryfile mode
* Use six for py3 compatible input usage (closes #26)
* Post release version bump to 0.4.7

0.4.6
-----

* Use RawConfigParser (closes #23)
* Use six for py3 compatible ConfigParser usage
* Post release version bump to 0.4.6

0.4.5
-----

* Fix issue\_list\_print() TypeError when using --issues-create
* swapped width and height on spring output due to stty size output
* Post release version bump to 0.4.5

0.4.4
-----

* Fix issue output after creating a new issue
* Fix issue-search example
* Post release version bump to 0.4.4

0.4.3
-----

* Fix HACKING
* check that priority attr exists or use 'n/a'
* Add HACKING.rst with release process infos
* Post release version bump to 0.4.3

0.4.2
-----

* Fix switch to disable colorful output
* Fix listed issues if transitions are shown
* Fix issue search NameError
* Make pep8 happy
* Speedup TravisCI build
* Fix for jira-python module rename
* Post release version bump to 0.4.2

0.4.1
-----

* add: sprint command example in README
* add: sprint command to show current project sprint
* fix: encoding if piping more than ascii output
* Drop string formatting in logging Let logging handle formatting only if needed
* drop global var for logging
* travisci: Be more verbose on pep8 output
* Added some basic issue transitions
* gitignore: Add AUTHORS and ChangeLog file
* Move jiracli to a module and use entry points
* Add travis build status icon
* Use pbr for builds
* Add travis.yml for pep8 testing
* Make pep8 happy
