CHANGES
=======

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
* Handle unavailable description attr
* Fix problem with oneline issue output
* Post release version bump to 0.4.1

0.4
---

* Fix README
* Add parameters to add/remove fixVersions
* Add build/ dir to .gitignore
* Show parent issue
* Code cleanup
* Replace tabs with spaces
