We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adba9c7 commit 9a2bf33Copy full SHA for 9a2bf33
CHANGELOG.rst
@@ -1,6 +1,15 @@
1
django-raster change log
2
========================
3
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
13
0.6
14
---
15
* BREAKING CHANGE: Dropped support for Python 2.
setup.py
@@ -11,7 +11,7 @@
setup(
name='django-raster',
- version='0.7',
+ version='0.8',
url='https://github.com/geodesign/django-raster',
16
author='Daniel Wiesmann',
17
author_email='[email protected]',
0 commit comments