Skip to content

Commit

Permalink
v0.1.7
Browse files Browse the repository at this point in the history
------

setup.py fixes in requires.
  • Loading branch information
phpdude committed Apr 20, 2015
1 parent a3a95aa commit a57cec2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v0.1.7
------

setup.py fixes in requires.

v0.1.6
------

Expand Down
2 changes: 1 addition & 1 deletion macrosurl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import re

VERSION = (0, 1, 6)
VERSION = (0, 1, 7)

_macros_library = {
'id': r'\d+',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ def read(filename):
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Software Development :: Pre-processors'
],
requires=['django']
install_requires=['django']
)

0 comments on commit a57cec2

Please sign in to comment.