Skip to content

Commit feb66a0

Browse files
author
Gaël UTARD
committed
Release 0.27.0
1 parent c3936de commit feb66a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
CHANGELOG
33
=========
44

5-
0.27.0 (unreleased)
5+
0.27.0 (2020-07-03)
66
-------------------
77

88
- Drop support for Django < 1.11 and Python 2

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
with open(os.path.join(here, 'README.rst')) as f:
1212
long_descr = f.read()
1313
with open(os.path.join(here, 'CHANGES')) as f:
14-
long_descr += '\n\n' + f.read()
14+
long_descr += '\n\n' + f.read()
1515

1616
setup(
1717
name='django-leaflet',
18-
version='0.27.0.dev',
18+
version='0.27.0',
1919
author='Mathieu Leplatre',
2020
author_email='[email protected]',
2121
url='https://github.com/makinacorpus/django-leaflet',

0 commit comments

Comments
 (0)