Skip to content

Commit

Permalink
Bumped Version.
Browse files Browse the repository at this point in the history
  • Loading branch information
saulshanabrook committed Jan 27, 2014
1 parent ec85a08 commit 538ff80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
@@ -1,3 +1,4 @@
v1.1.1, 01/27/14 -- Fix height/width order. Before they were reversed and broken.
v1.1.0, 01/14/14 -- Display progress for management command. Require Pillow.
v1.0.5, 09/04/13 -- Check if destination field exists before deleting.
v1.0.4, 09/04/13 -- Deletion of destination field when no source exists or transformation fails.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Expand Up @@ -77,7 +77,7 @@ def setup(app):
# The short X.Y version.
version = '1.1'
# The full version, including alpha/beta/rc tags.
release = '1.1.0'
release = '1.1.1'

# 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
Expand Up @@ -3,7 +3,7 @@

setup(
name='django-simpleimages',
version='1.1.0',
version='1.1.1',
author='Saul Shanabrook',
author_email='s.shanabrook@gmail.com',
packages=[
Expand Down

0 comments on commit 538ff80

Please sign in to comment.