Skip to content

Commit e703e40

Browse files
authored
bump version; updated changelog (#297)
1 parent 78675e4 commit e703e40

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@ Changelog
33
#########
44

55

6+
-----------------
7+
0.37 - 2020-11-25
8+
-----------------
9+
* core
10+
* make retry settings configurable via environment (#296)
11+
* MAPCHETE_IO_RETRY_TRIES (default: 3)
12+
* MAPCHETE_IO_RETRY_DELAY (default: 1)
13+
* MAPCHETE_IO_RETRY_BACKOFF (default: 1)
14+
* fix non-overlapping bounds if provided as extra kwarg (#295)
15+
* don't pass on init bounds to mapchete input (#295)
16+
17+
618
-----------------
719
0.36 - 2020-11-24
820
-----------------

mapchete/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
__all__ = ['open', 'count_tiles', 'Mapchete', 'MapcheteProcess', 'Timer']
10-
__version__ = "0.36"
10+
__version__ = "0.37"
1111

1212

1313
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)