Skip to content

Commit

Permalink
Update to version 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
plepe committed Dec 2, 2014
1 parent 5788a82 commit 5fe7666
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.creole
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.9.1 release 2014-12-02
* advanced database options: db.search_path, db.hstore_key_index
* updated Maki icons
* bugfixes (especially regarding SRS)
0.9.0 release 2014-11-02
* support osmosis pgsnapshot as alternative database backend, see [[doc/database.md|database docu]] for details
* new 'standalone' mode, which compiles mapcss into a python executable which can be used from command line or as CGI script
Expand Down
2 changes: 1 addition & 1 deletion pgmapcss/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__all__ = 'VERSION', 'VERSION_INFO'

#: (:class:`tuple`) The version tuple e.g. ``(0, 9, 2)``.
VERSION_INFO = (0, 9, 0)
VERSION_INFO = (0, 9, 1)

#: (:class:`basestring`) The version string e.g. ``'0.9.2'``.
if len(VERSION_INFO) == 4:
Expand Down

0 comments on commit 5fe7666

Please sign in to comment.