Skip to content

Commit

Permalink
Bump changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
saulshanabrook committed Apr 7, 2014
1 parent 78f09af commit 409bfa1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion docs/source/changelog.rst
Expand Up @@ -2,9 +2,10 @@
Changelog
=========

* :release:`1.2.0 <2014.04.07>`
* :support:`19` Change to use Releases for changelog.
* :feature:`16` Support Django 1.7 (experimental).
* :bug:`15` Make compatible with ``height_field`` and ``width_field``.
* :bug:`15 major` Make compatible with ``height_field`` and ``width_field``.
* :support:`13` Add testing for 3rd party transformation support.
* :release:`1.1.1 <2014.01.27>`
* :bug:`-` Fix height/width order. Before they were reversed and broken.
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Expand Up @@ -83,9 +83,9 @@ def setup(app):
# built documents.
#
# The short X.Y version.
version = '1.1'
version = '1.2'
# The full version, including alpha/beta/rc tags.
release = '1.1.1'
release = '1.2.0'

# 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.1',
version='1.2.0',
author='Saul Shanabrook',
author_email='s.shanabrook@gmail.com',
packages=[
Expand Down

0 comments on commit 409bfa1

Please sign in to comment.