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 c3936de commit feb66a0Copy full SHA for feb66a0
CHANGES
@@ -2,7 +2,7 @@
2
CHANGELOG
3
=========
4
5
-0.27.0 (unreleased)
+0.27.0 (2020-07-03)
6
-------------------
7
8
- Drop support for Django < 1.11 and Python 2
setup.py
@@ -11,11 +11,11 @@
11
with open(os.path.join(here, 'README.rst')) as f:
12
long_descr = f.read()
13
with open(os.path.join(here, 'CHANGES')) as f:
14
- long_descr += '\n\n' + f.read()
+ long_descr += '\n\n' + f.read()
15
16
setup(
17
name='django-leaflet',
18
- version='0.27.0.dev',
+ version='0.27.0',
19
author='Mathieu Leplatre',
20
author_email='[email protected]',
21
url='https://github.com/makinacorpus/django-leaflet',
0 commit comments