Skip to content

Commit

Permalink
Bumped version number to 0.2.0
Browse files Browse the repository at this point in the history
This is a slight backwards incompatibility because this version drops official support for Django < 1.11
  • Loading branch information
melinath committed Apr 1, 2019
1 parent 495b725 commit 86511b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_inlinecss/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (0, 1, 2)
VERSION = (0, 2, 0)

__version__ = '.'.join(map(str, VERSION))

0 comments on commit 86511b1

Please sign in to comment.