Skip to content

Commit

Permalink
Prepare release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mixxorz committed Oct 29, 2016
1 parent 4d08297 commit 95e38de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Release history
===============

0.1.1 (2016-10-29)
------------------

- Add configurable SVG directories

0.1.0 (2016-03-24)
------------------

Expand Down
2 changes: 1 addition & 1 deletion svg/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""A simple SVG template tag for Django"""

__version__ = '0.1.0'
__version__ = '0.1.1'
__license__ = 'MIT License'

0 comments on commit 95e38de

Please sign in to comment.