Skip to content

Commit

Permalink
0.2.1 - Fix project rename bug
Browse files Browse the repository at this point in the history
  • Loading branch information
paltman committed Nov 30, 2015
1 parent 4b4930d commit a91d178
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pinax/wiki/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
def binders_map():
return {
x.bind_to_model_name: x
for x in settings.WIKI_BINDERS
for x in settings.PINAX_WIKI_BINDERS
}


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 wiki app for Django sites",
name="pinax-wiki",
long_description=read("README.rst"),
version="0.2.0",
version="0.2.1",
url="http://pinax-wiki.rtfd.org/",
license="MIT",
packages=find_packages(),
Expand Down

0 comments on commit a91d178

Please sign in to comment.