Skip to content

Commit

Permalink
Bump version of django-appconf
Browse files Browse the repository at this point in the history
  • Loading branch information
paltman committed Feb 15, 2015
1 parent 30a5b79 commit 76c35a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -20,7 +20,7 @@ def read(*parts):

setup(
name=NAME,
version="2.6.1",
version="2.6.2",
description=DESCRIPTION,
long_description=read("README.rst"),
url=URL,
Expand All @@ -32,7 +32,7 @@ def read(*parts):
]
},
install_requires=[
"django-appconf>=0.5",
"django-appconf>=1.0.1",
"Pillow>=2.0",
"creole>=1.2",
"Markdown>=2.4",
Expand Down

0 comments on commit 76c35a3

Please sign in to comment.