Removed unnecessary call to rstrip.
[philipp/winterrodeln/wrpylib.git] / setup.py
2013-12-29 philippAdded version number to 0.4.1.
2013-11-17 philippUpdate support for wrregion and wrregioncache.
2013-09-20 philippIncreased minor version number. Now the version is...
2013-09-15 philippNow the width and height of the map are parsed from...
2013-09-14 philippRelease of version 0.2.0
2013-05-16 philippAdded tests to check for unicode types as return codes.
2013-05-11 philippAdded column delete_invisible to wrreport table.
2013-05-06 philippRelease of version 0.1.1.
2013-04-21 philippRelease of version 0.1.0.
2013-02-13 philippAdded new path type: recommendedcarroute
2013-01-19 philippReleased version 0.0.21
2012-08-12 philippReleased version 0.0.20.
2012-02-08 philippIntroduced "MaskedEmail" and allow a masked email in...
2011-12-03 philippAdded functions create_template_unsigned(), create_temp...
2011-11-27 philippVersion 0.0.17.
2011-10-03 philippThe change of the wrreportcache table caused necessary...
2011-09-27 philippIncreased the version number after the last change.
2011-07-03 philippThe wrmappathcache table is updated now.
2011-07-03 philippImplemented function update_wrmapcache.
2011-06-20 philippAdded support for table wrreportcache.
2011-04-01 philippFixed bug: Foreign key to old table name.
2011-02-14 philippFixed a bug the update_wrinncache function.
2011-02-14 philippAdded module wrmwcache to update the cache tables.
2011-02-13 philippRenamed mwwrdb to wrmwdb.
2011-02-13 philippAdded sqlalchemy table definitions.
2011-02-09 philippUsing setuptools.
2011-02-08 philippUsing a key size of 20 when creating a Rodelbahnbox.
2011-02-08 philippAdded optional parameter to specify the key length.
2011-02-08 philippFixed runtime error in wrvalidators.
2011-02-06 philippFixed bugs.
2011-02-04 philippAdded functions to generate and parse templates.
2011-01-31 philippCopied the validators from wradmin.
2011-01-31 philippAdded the skeleton of a python library to make the...