Skip to content

Commit 135fe60

Browse files
committed
1.3.1
1 parent 5c51b6a commit 135fe60

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
- 1.3.1
2+
* Add support for psycopg v3.x in Django 4.2 and above (Clemens Wolff)
3+
14
- 1.3.0
25
* Added MACAddress8Field for EUI-64 values Benoît Vinot
36
* Fix potential MacAddressField crash in DRF (tfromme)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def get_long_description():
2323

2424
setup(
2525
name='django-netfields',
26-
version='1.3.0',
26+
version='1.3.1',
2727
license='BSD',
2828
description='Django PostgreSQL netfields implementation',
2929
long_description=get_long_description(),

0 commit comments

Comments
 (0)