Skip to content

Commit 6d1ad1c

Browse files
committed
up version
1 parent 21bc9fe commit 6d1ad1c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 6.0.2
2+
3+
Enhancement:
4+
- Add support for Django 5.0 (thx: @cclauss)
5+
- Add support for Python 3.12 (thx: @cclauss)
6+
17
# 6.0.1
28

39
Enhancement:

ipware/__version__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
__description__ = "A Django application to retrieve user's IP address"
55
__url__ = 'https://github.com/un33k/django-ipware'
66
__license__ = 'MIT'
7-
__copyright__ = 'Copyright 2020 Val Neekman @ Neekware Inc.'
8-
__version__ = '6.0.1'
7+
__copyright__ = 'Copyright 2023 Val Neekman @ Neekware Inc.'
8+
__version__ = '6.0.2'

0 commit comments

Comments
 (0)