Skip to content

Commit

Permalink
Bumped Version
Browse files Browse the repository at this point in the history
  • Loading branch information
saulshanabrook committed Aug 23, 2013
1 parent fface01 commit 341d8f6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
@@ -1,3 +1,4 @@
v1.0.0, 08/23/13 -- Added Sphinx docs, changed to py.test, and added option to use django-rq
v0.2.8, 07/10/13 -- Added option to not overwrite image
v0.2.7, 06/06/13 -- Save only filename and not whole path for transformed images
v0.2.6, 06/06/13 -- Use .count() for management command instead of len()
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Expand Up @@ -75,9 +75,9 @@ def setup(app):
# built documents.
#
# The short X.Y version.
version = '0.2.8'
version = '1.0.0'
# The full version, including alpha/beta/rc tags.
release = '0.2.8'
release = '1.0.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
5 changes: 3 additions & 2 deletions docs/source/contributing.rst
Expand Up @@ -36,5 +36,6 @@ To create a new release:

1. Add changes to ``CHANGES.txt``
2. Change version in ``setup.py``
3. ``python setup.py register``
4. ``python setup.py sdist upload``
3. Change version in ``docs/source/conf.py``
4. ``python setup.py register``
5. ``python setup.py sdist upload``
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -3,7 +3,7 @@

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

0 comments on commit 341d8f6

Please sign in to comment.