Bugfix: directories with the same name occuring multiple times in the path could be accidentally replaced and fubar'd

This commit is contained in:
Ryan McGrath 2015-06-10 17:09:31 +09:00
parent 1b7181302f
commit e74d062bcd
2 changed files with 4 additions and 4 deletions

View file

@ -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/',