Skip to content

Commit

Permalink
Version 1.1.0 - update readme and setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yprez committed May 25, 2021
1 parent 62711d4 commit 09e4a08
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
Changelog
=========

v1.0.7 - Unreleased

v1.1.0 - Unreleased
===================

* Add tests for Django 3.1.
* Add tests for Django 3.2 LTS.
* Test on Python 3.9 (for Django versions 2.2 LTS to present (3.2 LTS))
* Fix failing tests for Django 2.2.
* Fix failing lint test
* Add tests/support for Django 3.2, 3.1.
* Add tests/support for Python 3.9.
* Drop support for Python 2.7, 3.4.
* Drop support for Django 1.x, 2.0, 2.1.


v1.0.6 - 23/04/2020
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
name='django-logentry-admin',
author='Yuri Prezument',
author_email='y@yprez.com',
version='1.0.6',
version='1.1.0',
packages=['logentry_admin'],
package_data={
'logentry_admin': [
Expand All @@ -26,7 +26,7 @@
description='Show all LogEntry objects in the Django admin site.',
long_description='\n\n'.join([readme, changelog]),
install_requires=[
'Django>=1.7',
'Django>=2.2',
],
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit 09e4a08

Please sign in to comment.