Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed May 28, 2020
1 parent 050f8f1 commit 58163fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ django-siteblocks changelog
===========================


Unreleased
----------
v1.2.0 [2020-05-28]
-------------------
! Dropped support for Python 2 and 3.5.
* Dropped support for Django<2.0.

Expand Down
2 changes: 1 addition & 1 deletion siteblocks/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (1, 1, 0)
VERSION = (1, 2, 0)


default_app_config = 'siteblocks.config.SiteblocksConfig'

0 comments on commit 58163fd

Please sign in to comment.