Skip to content
This repository was archived by the owner on May 10, 2022. It is now read-only.

Commit d26603f

Browse files
committed
Version 0.3.0.
1 parent 610fb9c commit d26603f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Pending
22
-------
33

4+
* None
5+
6+
0.3.0
7+
-----
8+
49
* Pull in IBAN related code that has been contributed django-localflavor. Thanks to Erik Romijn for the code review
510
and bug fixes.
611
* IBANField uses IBANFormField by default.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def get_version():
2727

2828
setup(
2929
name='django-iban',
30-
version='0.2.8',
30+
version='0.3.0',
3131
license='BSD',
3232
description='A validated IBAN field for Django models',
3333
long_description=get_long_description(),

0 commit comments

Comments
 (0)