Skip to content

Commit

Permalink
Pyformat and changelog fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
bartTC committed May 16, 2019
1 parent a6c4d8f commit 2666c90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changelog
=========

3.1 (master)
------------
3.1 (2019-05-16)
----------------

- Django 2.1 support and tests.
- Django 2.2 support and tests.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifiers =
packages = find:
include_package_data = True
zip_safe = False
python_requires = '>=3.4'
python_requires = >=3.4
install_requires =
# Essential packages
six
Expand Down

0 comments on commit 2666c90

Please sign in to comment.