Skip to content

Commit

Permalink
Bump to version 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
plepe committed Dec 26, 2014
1 parent b1ed2a3 commit 81015fb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.creole
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
0.9.2 release ?
0.9.2 release 2014-12-26
* Mode standalone/CGI: accept z/x/y and zoom/x/y coordinates
* DB/Osmosis: support for hide_outer_ways column (osmosis-multipolygon v0.3)
* bugfixes
0.9.1 release 2014-12-02
* advanced database options: db.search_path, db.hstore_key_index
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pgmapcss compiles MapCSS styles into a database function. Mapnik just needs to c

Alternatively there's a standalone mode, where the MapCSS style is compiled into an executable, which can be run from the command line. The executable will not render an image but create GeoJSON output instead. See below for details.

Stable version: [0.9.0](https://github.com/plepe/pgmapcss), development version: [0.10-dev](https://github.com/plepe/pgmapcss/tree/branch-0.10), see [open issues](https://github.com/plepe/pgmapcss/milestones/Version%200.10)
Stable version: [0.9.2](https://github.com/plepe/pgmapcss), development version: [0.10-dev](https://github.com/plepe/pgmapcss/tree/branch-0.10), see [open issues](https://github.com/plepe/pgmapcss/milestones/Version%200.10)

Features
--------
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, 1)
VERSION_INFO = (0, 9, 2)

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

0 comments on commit 81015fb

Please sign in to comment.