Skip to content

Commit a8bd572

Browse files
committed
Bump to version v0.10.2
1 parent 72538d9 commit a8bd572

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.creole

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.10.2 release 2014-02-23
2+
* Bugfixes
3+
* Update Maki icons
4+
15
0.10.1 release 2014-01-18
26
* Some fixes concerning the DB/Overpass backend
37
* Compatibility Python 3.4

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.1](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.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)
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, 1)
4+
VERSION_INFO = (0, 10, 2)
55

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

0 commit comments

Comments
 (0)