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

Commit

Permalink
Merge pull request #10 from waveaccounting/drop-south
Browse files Browse the repository at this point in the history
Drop South
  • Loading branch information
Adrian Maurer committed Jun 3, 2015
2 parents d7b91a5 + 594a68c commit ac35d07
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
@@ -1 +1 @@
__version__ = "1.1.2"
__version__ = "1.1.3-wave"
2 changes: 1 addition & 1 deletion setup.py
@@ -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"]

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

0 comments on commit ac35d07

Please sign in to comment.