Skip to content

Commit

Permalink
v0.5.0 Django 4.1+ support
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-kisteleki committed Aug 25, 2023
1 parent 2133ae9 commit 4082b28
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Release History
===============

0.5.0 (2023-08-25)
------------------

- Django 4.1 compatibility change (thanks @l00sed!)
- Drop Python 2.x support

0.4.1 (2019-08-21)
------------------

Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Get the long description from README.md
setup(
name="django-email-throttler",
version="0.4.1",
version="0.5.0",
packages=["django_email_throttler"],
include_package_data=True,

Expand All @@ -29,7 +29,6 @@
"Operating System :: POSIX",
"Operating System :: Unix",
"Programming Language :: Python",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
Expand Down

0 comments on commit 4082b28

Please sign in to comment.