Skip to content

Commit

Permalink
Bump to version 0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
plepe committed Mar 3, 2015
1 parent f1f1c7d commit 8b08d0a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.creole
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
0.10.3 release upcoming
0.10.3 release 2015-03-03
* DB/Overpass improvements
** Ignore ways with less than two nodes
** Catch timeout from Overpass API
** set timeout for Overpass queries via {{{db.overpass-timeout}}}
** Catch timeout from Overpass API (set timeout via config option {{{db.overpass-timeout}}})
** improved error messages
* some minor bugfixes
0.10.2 release 2015-02-23
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Alternatively there's a standalone mode, where the MapCSS style is compiled into

Since version 0.10 you don't even need a local database import (a local database is needed nonetheless), as the new default data source is Overpass API. Alternatively, osm2pgsql and osmosis pgsnapshot are supported. See [doc/database.md](doc/database.md) for details.

Stable version: [0.10.2](https://github.com/plepe/pgmapcss) ([CHANGELOG](https://github.com/plepe/pgmapcss/blob/master/CHANGELOG.creole)), development version: [0.11-dev](https://github.com/plepe/pgmapcss/tree/branch-0.11), see [open issues](https://github.com/plepe/pgmapcss/milestones/Version%200.11)
Stable version: [0.10.3](https://github.com/plepe/pgmapcss) ([CHANGELOG](https://github.com/plepe/pgmapcss/blob/master/CHANGELOG.creole)), development version: [0.11-dev](https://github.com/plepe/pgmapcss/tree/branch-0.11), see [open issues](https://github.com/plepe/pgmapcss/milestones/Version%200.11)

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, 10, 2)
VERSION_INFO = (0, 10, 3)

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

0 comments on commit 8b08d0a

Please sign in to comment.