Skip to content

Commit

Permalink
remove deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
un33k committed Oct 25, 2023
1 parent 008b2be commit a14a433
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Unreleased
# 5.0.2

Enhancement:

- Drop Python 3.7 support
- Add support for Django 4.2
- Drop support for Django 4.0
- Drop support for PyPy
- Readme updates to encourage users to use `python-ipware` instead of `django-ipware`

# 5.0.0

Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
# Django IPware
## Deprecated

This package is no longer maintained. Please use [python-ipware](https://github.com/un33k/python-ipware) instead.
While this package will continue to work, you are encouraged to use [python-ipware](https://github.com/un33k/python-ipware) instead.

`python-ipware` is a newer package, with more advanced features and can be used with `Django`, Flask, etc.

While this package is no longer maintained, it will continue to work as is. If you are using this package, you are encouraged to migrate to `python-ipware` as soon as possible.

===============================================================================

**A Django application to retrieve client's IP address**
Expand Down
2 changes: 1 addition & 1 deletion ipware/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
__url__ = 'https://github.com/un33k/django-ipware'
__license__ = 'MIT'
__copyright__ = 'Copyright 2020 Val Neekman @ Neekware Inc.'
__version__ = '5.0.1'
__version__ = '5.0.2'

0 comments on commit a14a433

Please sign in to comment.