Skip to content

Commit

Permalink
bump v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nitely committed Nov 26, 2015
1 parent f564361 commit adc1962
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.1.4
==================

* Drops Django 1.7 support (mostly because it does not supports Python 3.5)
* Adds Python 3.5 support
* New: FormHook
* Deprecated: VieHook in favor of FormHook

0.1.3
==================

Expand All @@ -17,4 +25,4 @@
0.1.0
==================

* Initial release
* Initial release
2 changes: 1 addition & 1 deletion hooks/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.3"
__version__ = "0.1.4"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name='django-hooks',
version='0.1.3',
version='0.1.4',
description='A plugin system for django.',
author='Esteban Castro Borsani',
author_email='ecastroborsani@gmail.com',
Expand Down

0 comments on commit adc1962

Please sign in to comment.