CHANGES
=======

* Update version number to match tagged release
* Update version information

v0.9
----

* Pin pytest-xdist==1.21.0 for python 3.6
* Remove untested python version from setup.cfg
* Tests: Use int for bug ID
* Fix missong python 3.7 >> 3.6
* Run on python 3.6
* Remove unused variable
* Travis only for 2.7 and 3.7
* Fix tests
* Some fixes for py3
* Removed dead code from plugin
* Remove unused README.txt file
* Enable codecov.io analysis
* Publish release on PyPI when tag is created
* Add test matrix for py35 & py36 plus classifiers
* Fix travis build for py26
* Move README from markdown to reStructuredText
* Implement semantic versioning
* Fixed setup.py, author and author\_email lines
* Fix missing comma in setup.py
* Add Lukas as author to setup.py
* Rev'd setup.py, prepare to load to PyPi
* Update README.{md,txt} about features
* Fixed issue #23 with guard function
* Issue 13: Use testdir fixture to test plugin
* Just a small change to force Travis-ci to run
* Revert "Use pbr module and semantic versioning"
* Use pbr module and semantic versioning
* Align with python 3
* Do not fail when run as xdist slave
* README: added link to build status
* Added flake8 check to tox.ini
* travis: enable automated tests
* bugzilla.cfg: distinguish between mandatory & optional parameters
* Improve unittests structure
* BugzillaBugs.bugs\_gen lookup bugs in cache first
* Align with pep8
* Fix for hard-coded bugzilla url
* py2.6 compatibility fix for str.format method
* Additional modifications
* unicorns
* Foundation for refactoring
* flake8
* Fixed bug, when --bugzilla is passed but no marker is placed on a test
* Add comments
* Added README.txt Minor format change to README.txt
* Updated to support running with out bugzilla.cfg file existing. Added CHANGES.txt Created a README.txt Updated setup.py to support README.txt
* Updated setup.py with more details
* It works
* Updated version in setup.py
* Lets see what adding MANIFEST.in does
* Add back files
* Moved testing to original local
* Updating to original file placement
* add \_\_init\_\_.py
* Updated setup.py
* Updated gitignore and added sub dirs
* Several modifications in attempt to get setup.py right
* update setup.py
* Change setup.py url
* Add egg-info
* Update setup.py to see if we can get downloads working
* Update setup.py to use README.md v. README.txt
* Add a bit on how to submit issues
* Code block
* Added more detail to the intro
* Create code block for cfg example
* Almost
* Still working on README
* Still working on the markup
* Renamed file to README.md
* Updated README
* Update setup.py to the correct Development status
* update setup.py to reflect the correct entry\_points for pytest
* Actual code check-in
* nothing to see here
* first commit
* Almost working..
* Making progress
* Add a couple of files that I'll need for continue development
* Add conftest for testing purposes as I fumble my way thru
* Inserted a pytest.marker for tryfirst, problem still exists
* Updated to support python-bugzilla; however, still not working
* Added import for bugzilla
* Kick up the version number
* Disabled running by default and make it activate by passing any of the --bugzilla\* flags
* Added URL
* Added docstring for auto plugin docs
* Renaming to pytest-bugzilla on PyPI
* Initial commit
