Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
erdem committed Apr 11, 2021
1 parent 8fbfc7b commit 9091290
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@ This widget is working with <a href="http://dimsemenov.com/plugins/magnific-popu

### Release Notes

#### v0.3.1

> - Removed `six` package usages. (#117)
> - Added a new general widget setting in order to specify Google JS libraries. (#119)
> - Implemented some improvement for the demo project.
#### v0.3.0

> - Implemented a new demo project with Django 2.x.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

VERSION = (0, 3, 0)
VERSION = (0, 3, 1)
__version__ = '.'.join(map(str, VERSION))

setup(
Expand Down

0 comments on commit 9091290

Please sign in to comment.