CHANGES
=======

1.1.0
-----

* Refactor UbersmithCore.xx to remote.ubersmith.xx
* Allow calls to legacy ubersmith with UbersmithCore

1.0.6
-----

* Add logging in the api so we know that api api has beed called

1.0.5
-----

* Handle non-trailing-slash routes as well
* Create specific routes for every module
* Do not expose private methods

1.0.4
-----

* Fix module not in package
* Abandon the idea of publishing a wheel through travis-ci

1.0.3
-----

* Install wheel in an attempt to publish a wheel..

1.0.2
-----

* Publish a wheel on pypi using travis

1.0.1
-----

* Only publish on python 3.4

1.0.0
-----

* Configure travis to publish on tags
* Missing renames in readme
* Rename module to ubersmith_remote_module_server
* Specify requirements.txt for travis-ci
* Keep tox and travis-ci commands similar
* Try to use travis-ci's recommended multi-version config
* Fix travis-ci running tests for both python versions in both builds
* Python3 support
* Fix build badge for reStructuredText
* Directly serve modules with built-in http server
* Add missing Apache license
* Update setup.cfg
* Fix license notice
* Update README.md
* Add build badge
* Add travis configuration
* pyubwebhook initial commit
