Bugfix: directories with the same name occuring multiple times in the path could be accidentally replaced and fubar'd
This commit is contained in:
parent
1b7181302f
commit
e74d062bcd
2 changed files with 4 additions and 4 deletions
2
setup.py
2
setup.py
|
|
@ -12,7 +12,7 @@ def read(*path):
|
|||
|
||||
setup(
|
||||
name='django-rednoise',
|
||||
version='1.0.4',
|
||||
version='1.0.5',
|
||||
author='Ryan McGrath',
|
||||
author_email='ryan@venodesigns.net',
|
||||
url='https://github.com/ryanmcgrath/django-rednoise/',
|
||||
|
|
|
|||
Reference in a new issue