Skip to content

Commit

Permalink
4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paltman committed Dec 10, 2015
1 parent f9cfa64 commit c5c2f7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion makemigrations.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def run(*args):

django.core.management.call_command(
"makemigrations",
"pinax_invitations",
"invitations",
*args
)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def read(*parts):
description="a user to user join invitations app",
name="pinax-invitations",
long_description=read("README.rst"),
version="4.0.0",
version="4.0.1",
url="http://github.com/pinax/pinax-invitations/",
license="MIT",
packages=find_packages(),
Expand Down

0 comments on commit c5c2f7b

Please sign in to comment.