Skip to content

Commit

Permalink
🌧 Changed Django version requirement from 3.0.* to >= 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zurek11 committed Oct 5, 2020
1 parent 7c622bf commit 293214d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.0 : 2020-09-23

- Initial release

## 0.1.1 : 2020-10-05

- 🌧 Changed Django version requirement from 3.0.* to >= 2.0
2 changes: 1 addition & 1 deletion object_checker/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.0'
__version__ = '0.1.1'

0 comments on commit 293214d

Please sign in to comment.