=========
Changelog
=========

2.0 (2012-09-25)
----------------

Documentation
-------------

- Add information on webhooks

- Add the three types of modules as examples inside the package.

Bug fixes
---------

- fix travis.yml file name, which was set as travis.ci

- fix Read the docs by adding missing indexsidebar.html

Internal
--------

- A lot of polishing to make the package squeaky clean

- refactor invisible vars

- rename the Paster templates to package, dotpackage and dotdotpackage
  for clarity

- Remove long description from interactive fields, because this is a combination
  of the README.txt and the CHANGES.txt files anyway

1.2 (2012-09-22)
----------------

- improved documentation and unit tests

- add dryrelease mkrelease

1.1 (2012-09-12)
----------------

- fix pylint, add pep8 and pyflakes, add sloccount

1.0 (2012-09-07)
----------------

- Package created using templer
  [Maik Roder]