mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-16 21:30:23 +00:00
Merge branch 'release/2.0.1' into develop
* release/2.0.1: Bumping the version number. Changelog update.
This commit is contained in:
parent
ceadfb9712
commit
322c96eec2
3 changed files with 9 additions and 3 deletions
|
|
@ -1,6 +1,12 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
v2.0.1
|
||||
------
|
||||
|
||||
- Fixed a file descriptor leak in the `utils.quiet()` context manager.
|
||||
|
||||
|
||||
v2.0.0
|
||||
------
|
||||
|
||||
|
|
|
|||
|
|
@ -50,9 +50,9 @@ copyright = u'2011, Justin Driscoll, Bryan Veloso, Greg Newman, Chris Drackett &
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '2.0.0'
|
||||
version = '2.0.1'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '2.0.0'
|
||||
release = '2.0.1'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
__title__ = 'django-imagekit'
|
||||
__author__ = 'Justin Driscoll, Bryan Veloso, Greg Newman, Chris Drackett, Matthew Tretter, Eric Eldredge'
|
||||
__version__ = (2, 0, 0, 'final', 0)
|
||||
__version__ = (2, 0, 1, 'final', 0)
|
||||
__license__ = 'BSD'
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue