Skip to content

Commit 46d1d6e

Browse files
committed
1.2.4
1 parent 6701607 commit 46d1d6e

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.2.4
2+
* Change InetAddressField form value based on prefix parameter (Travis MacDonald)
3+
14
- 1.2.3
25
* Change __prefixlen to be a Transform instead of a Lookup (Christopher
36
Aubut)

setup.py

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

2525
setup(
2626
name='django-netfields',
27-
version='1.2.3',
27+
version='1.2.4',
2828
license='BSD',
2929
description='Django PostgreSQL netfields implementation',
3030
long_description=get_long_description(),

0 commit comments

Comments
 (0)