Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
upgraded to 1.1.2 to fix duplicate entries
Browse files Browse the repository at this point in the history
  • Loading branch information
Hecha Ghazal™ committed May 18, 2015
1 parent d7b91a5 commit 1799c1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion djsixpack/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.2"
__version__ = "1.1.2-wave"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

install_reqs = ["Django>=1.4", "sixpack-client==1.1.2", "South>=1.0.0"]
install_reqs = ["Django>=1.4", "sixpack-client-wave==1.1.2-wave", "South>=1.0.0"]

setup(
name='django-sixpack',
Expand Down

0 comments on commit 1799c1c

Please sign in to comment.