Skip to content

Commit

Permalink
Updated version numbers / package description.
Browse files Browse the repository at this point in the history
  • Loading branch information
melinath committed Dec 3, 2014
1 parent 49f8124 commit 8437cbb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion daguerre/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = (2, 1, 3)
__version__ = (2, 2, '0-a')
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
# built documents.
#
# The short X.Y version.
version = '2.1'
version = '2.2'
# The full version, including alpha/beta/rc tags.
release = '2.1.3'
release = '2.2.0-a'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
name='django-daguerre',
version='.'.join([str(v) for v in version]),
url="http://django-daguerre.readthedocs.org/",
description='Image management and processing for Django.',
description='On-the-fly image manipulation for Django 1.7+.',
long_description=open(
os.path.join(os.path.dirname(__file__), 'README.rst')
).read(),
Expand Down

0 comments on commit 8437cbb

Please sign in to comment.