CHANGES
=======

0.5.7
-----

* reverted name from pyversion3 to pyversion

0.5.16
------

* Fixed issues raised by pyup.io
* Update README.rst
* Update README.rst
* updated badges
* update badges
* merge update
* updated readme to include synk checking
* removed 3.7 from travis as travis-ci unable to download/install python 3.7
* remove invalid test
* Updated travis-ci to use pipenv
* Updated requirements.txt and fixes for travis-ci build
* upgrade travis to run on python >3.6
* fix deployment error
* Add tests for cli
* updated path
* Update github paths and add notes for development
* update tox to run black,py37. fix flake8 linter errors
* Added loguru
* fixes so that this can be packaged and uploaded to pypi
* Initial conversion to python3, added Pipfile for dependencies
* update readme
* revert packaging requirement upgrades
* travis ci fixes
* updating requirements
* Adding coveralls
* removing python 3.5 support for now
* fix build on py35
* update README and fix travis build
* cleanup tox.ini and add .travis.yml

0.5.5
-----

* fix tox release target
* fix tag command

0.5.3
-----

* Fix current version logic

0.5.2
-----

* had a bad release

0.5.0
-----

* fix pep8
* add a cli command that inspect package versions

0.4.6
-----

* remove git directory dependancy

0.4.5
-----

* fix bug with pip
* update requirements

0.4.3
-----

* implement get version from pip indexes
* adding an egg distro for setuptools setup\_requires

0.4.2
-----

* pbr should be automagically installed now

0.4.1
-----

* better setup.py configuration

0.4.0
-----

* Releaseing 0.4.0 - Tox, requirements and overall fixes
* ok i think we have a winner here
* learning better tox ini structure
* fixing up release
* fixup dependancies
* fix pyversion issues with pip 6.0.8

0.3.1
-----

* add wheel release output

0.3.0
-----

* final fix - test coverage works, lint is clean
* should be the last of the fixes
* more tox linting cleanup
* linting cleanup
* fix broken tox.ini
* switch to pytest and better tox.ini setup
* more cleanup and tox linting fixes
* cleanup and documentation updates

0.2.4
-----

* This should fix the need for having to have pyversion preinstalled

0.2.3
-----

* no need for this anymore

0.2.2
-----

* fixing release
* fixed project

0.2.1
-----

* fixing manifest file
* fixing up tox args
* fixing install

0.2.0
-----

* few more bug fixes and i think we are good
* fixes
* fixing up the clean command for tox
* logical testing of version increment for PEP 440
* adding a few more versioning places to get from
* cleanup, pep440 and making it more lib like
* giving the pyversion project some much needed love
* saving wip changes

0.1.0
-----

* install the requirements
* adding tests, coverage and linting, and fixing up errors
* more readme tweaks
* fixing urls
* readme tweaks

0.0.4
-----

* fixing readme on pypi

0.0.3
-----

* updating the readme

0.0.2
-----

* found the bug

0.0.1
-----

* adding tagging to the release
* fixing bad get\_version util
* adding project build scripts, adding tag dist utils command
* adding setup
* change Version object to act like a string
* initial code commit
* Initial commit
