diff --git a/CHANGELOG.creole b/CHANGELOG.creole index 18bcd35d..5fdb4dc9 100644 --- a/CHANGELOG.creole +++ b/CHANGELOG.creole @@ -1,5 +1,7 @@ -0.10.5 release upcoming +0.10.5 release 2015-05-05 * DB/Overpass: download from API in blocks, to avoid huge memory consumption. specify {{{db.overpass-blocksize}}} (default: 64MB). +* Icon handling from 0.10.4 also for ol4pgm +* Update Maki icons 0.10.4 release 2015-03-11 * DB/Overpass: set max allowed memory by config option {{{db.overpass-memory}}} diff --git a/README.md b/README.md index 6d2a6cda..cdff251e 100644 --- a/README.md +++ b/README.md @@ -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.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)). +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)). Features -------- diff --git a/pgmapcss/version.py b/pgmapcss/version.py index 9186c8a4..af9be8a8 100644 --- a/pgmapcss/version.py +++ b/pgmapcss/version.py @@ -1,7 +1,7 @@ __all__ = 'VERSION', 'VERSION_INFO' #: (:class:`tuple`) The version tuple e.g. ``(0, 9, 2)``. -VERSION_INFO = (0, 10, 4) +VERSION_INFO = (0, 10, 5) #: (:class:`basestring`) The version string e.g. ``'0.9.2'``. if len(VERSION_INFO) == 4: