Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mbourqui committed May 23, 2020
1 parent fc9c561 commit 87fdf3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Changelog

## [Unreleased]
## 4.0.0 (23.05.2020)
### Added
- Support of Django 2.1
- Support of Django 2.2

### Removed
- Support of Django < 1.11
- Support of Python 2
- Support of Python 3.4

## 3.2.0 (03.05.2018)
* Support ImageField with constraints
Expand Down
2 changes: 1 addition & 1 deletion constrainedfilefield/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

__license__ = "BSD-3-Clause"
__author__ = "Marc Bourqui"
__version__ = "3.2.0"
__version__ = "4.0.0"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num
Expand Down

0 comments on commit 87fdf3a

Please sign in to comment.