Skip to content

Commit

Permalink
0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Feb 19, 2018
1 parent 06ecc82 commit e38293c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Changelog
=========

Version 0.1.2 [unreleased]
Version 0.2.0 [2018-02-19]
--------------------------

WIP
* [requirements] Added support for django 2.0

Version 0.1.1 [2017-12-06]
--------------------------
Expand Down
2 changes: 1 addition & 1 deletion django_loci/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 1, 2, 'alpha')
VERSION = (0, 2, 0, 'final')
__version__ = VERSION # alias


Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
django>=1.11,<2.1
django-leaflet>=0.23,<0.24
channels>=1.1.8,<1.2
openwisp-utils>=0.1.2,<0.2.0
Pillow>=4.3.0,<5.0
openwisp-utils>=0.2,<0.3.0
Pillow>=4.3.0,<6.0

0 comments on commit e38293c

Please sign in to comment.