Skip to content

Commit 3cd21cc

Browse files
committed
Bump to version 0.10.5
1 parent af76b83 commit 3cd21cc

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.creole

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
0.10.5 release upcoming
1+
0.10.5 release 2015-05-05
22
* DB/Overpass: download from API in blocks, to avoid huge memory consumption. specify {{{db.overpass-blocksize}}} (default: 64MB).
3+
* Icon handling from 0.10.4 also for ol4pgm
4+
* Update Maki icons
35
46
0.10.4 release 2015-03-11
57
* DB/Overpass: set max allowed memory by config option {{{db.overpass-memory}}}

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.4](https://github.com/plepe/pgmapcss) ([CHANGELOG](https://github.com/plepe/pgmapcss/blob/master/CHANGELOG.creole)), development versions: [0.11-dev](https://github.com/plepe/pgmapcss/tree/branch-0.11) ([open issues](https://github.com/plepe/pgmapcss/milestones/Version%200.11)) resp. [NG-dev](https://github.com/plepe/pgmapcss/tree/pgmapcss-NG)([open issues](https://github.com/plepe/pgmapcss/milestones/pgmapcss%20NG)).
13+
Stable version: [0.10.5](https://github.com/plepe/pgmapcss) ([CHANGELOG](https://github.com/plepe/pgmapcss/blob/master/CHANGELOG.creole)), development versions: [0.11-dev](https://github.com/plepe/pgmapcss/tree/branch-0.11) ([open issues](https://github.com/plepe/pgmapcss/milestones/Version%200.11)) resp. [NG-dev](https://github.com/plepe/pgmapcss/tree/pgmapcss-NG)([open issues](https://github.com/plepe/pgmapcss/milestones/pgmapcss%20NG)).
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, 4)
4+
VERSION_INFO = (0, 10, 5)
55

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

0 commit comments

Comments
 (0)