Skip to content

Commit 9a2bf33

Browse files
committed
Bumped version number to 0.8.
1 parent adba9c7 commit 9a2bf33

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
django-raster change log
22
========================
33

4+
0.8
5+
---
6+
* Django 3.0 compatability.
7+
8+
0.7
9+
---
10+
* Fixed array field default.
11+
* Fixed tms endpoint for tif format requests of empty tiles.
12+
413
0.6
514
---
615
* BREAKING CHANGE: Dropped support for Python 2.

setup.py

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

1212
setup(
1313
name='django-raster',
14-
version='0.7',
14+
version='0.8',
1515
url='https://github.com/geodesign/django-raster',
1616
author='Daniel Wiesmann',
1717
author_email='[email protected]',

0 commit comments

Comments
 (0)