Skip to content

Commit

Permalink
1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jimfunk committed Apr 8, 2023
1 parent 5c51b6a commit 135fe60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
- 1.3.1
* Add support for psycopg v3.x in Django 4.2 and above (Clemens Wolff)

- 1.3.0
* Added MACAddress8Field for EUI-64 values Benoît Vinot
* Fix potential MacAddressField crash in DRF (tfromme)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def get_long_description():

setup(
name='django-netfields',
version='1.3.0',
version='1.3.1',
license='BSD',
description='Django PostgreSQL netfields implementation',
long_description=get_long_description(),
Expand Down

0 comments on commit 135fe60

Please sign in to comment.