Skip to content

Commit

Permalink
Prepare 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
silentsokolov committed Feb 3, 2023
1 parent 6347d32 commit d530941
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## [Unreleased]

## [1.1.1] - 2021-05-15
### Fix
- Fix image rotation according to EXIF information (thx @jonashoechst)

## [1.1.0] - 2021-05-15
### Added
- Flask 2.0 compatibility
Expand Down Expand Up @@ -31,7 +35,8 @@
- Support python 3.4+
- Test code

[Unreleased]: https://github.com/silentsokolov/flask-thumbnails/compare/v1.1.0...HEAD
[Unreleased]: https://github.com/silentsokolov/flask-thumbnails/compare/v1.1.1...HEAD
[1.1.1]: https://github.com/silentsokolov/flask-thumbnails/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/silentsokolov/flask-thumbnails/compare/v1.0.7...v1.1.0
[1.0.7]: https://github.com/silentsokolov/flask-thumbnails/compare/v1.0.6...v1.0.7
[1.0.6]: https://github.com/silentsokolov/flask-thumbnails/compare/v1.0.5...v1.0.6
Expand Down
2 changes: 1 addition & 1 deletion flask_thumbnails/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__author__ = "Dmitriy Sokolov"
__version__ = "1.1.0"
__version__ = "1.1.1"

from .thumbnail import Thumbnail

0 comments on commit d530941

Please sign in to comment.