Skip to content

Commit

Permalink
Update pinax-invitations version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamu committed Jan 29, 2018
1 parent 4292a58 commit f78999a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,10 @@ Iterable excludes teams user is already associated with.

## Change Log

### 1.0.4

* Update pinax-invitations version requirement

### 1.0.3

* Fix namespacing
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup

VERSION = "1.0.3"
VERSION = "1.0.4"
LONG_DESCRIPTION = """
.. image:: http://pinaxproject.com/pinax-design/patches/pinax-teams.svg
:target: https://pypi.python.org/pypi/pinax-teams/
Expand Down Expand Up @@ -83,7 +83,7 @@
install_requires=[
"django>=1.11",
"django-reversion>=2.0.12",
"pinax-invitations>=6.1.1",
"pinax-invitations>=6.1.2",
"unicode-slugify>=0.1.1",
"Pillow>=2.3.0",
"django-user-accounts>=2.0.3",
Expand Down

0 comments on commit f78999a

Please sign in to comment.