Skip to content

Commit

Permalink
Updated changelog and setup.py to reflect supported Python and Django…
Browse files Browse the repository at this point in the history
… versions
  • Loading branch information
mmarcos committed May 2, 2019
1 parent 8dbfaff commit b23c715
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ Always reference the ticket number at the end of the issue description.
### Added

- Added CSV file export function to the ListView
- Added support for Django 2.2
- Added support for Python 3.7

## Removed

- Removed support for Django 2.0
- Removed support for Python 2.7 and 3.5


## 1.3.7 (2019-04-18)
Expand Down
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,9 @@ def check_tagged_version(version):
"Topic :: Internet :: WWW/HTTP",
"Framework :: Django",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
],
version=__VERSION__,
long_description=read_md("README.md"),
Expand Down

0 comments on commit b23c715

Please sign in to comment.