Skip to content

Commit 8b08d0a

Browse files
committed
Bump to version 0.10.3
1 parent f1f1c7d commit 8b08d0a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.creole

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
0.10.3 release upcoming
1+
0.10.3 release 2015-03-03
22
* DB/Overpass improvements
33
** Ignore ways with less than two nodes
4-
** Catch timeout from Overpass API
5-
** set timeout for Overpass queries via {{{db.overpass-timeout}}}
4+
** Catch timeout from Overpass API (set timeout via config option {{{db.overpass-timeout}}})
5+
** improved error messages
66
* some minor bugfixes
77
88
0.10.2 release 2015-02-23

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Alternatively there's a standalone mode, where the MapCSS style is compiled into
1010

1111
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.
1212

13-
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)
13+
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)
1414

1515
Features
1616
--------

pgmapcss/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__all__ = 'VERSION', 'VERSION_INFO'
22

33
#: (:class:`tuple`) The version tuple e.g. ``(0, 9, 2)``.
4-
VERSION_INFO = (0, 10, 2)
4+
VERSION_INFO = (0, 10, 3)
55

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

0 commit comments

Comments
 (0)