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

Commit 0c0f4db

Browse files
committed
Version 0.2.7.
1 parent 679f1a0 commit 0c0f4db

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.2.7
7+
-----
8+
49
* Allow IBANs to have spaces as per the official display representation.
510
* Bug fix to re-enable translations (Rodrigo Olmo).
611
* Add Spanish translations (Rodrigo Olmo).

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.6',
30+
version='0.2.7',
3131
license='BSD',
3232
description='A validated IBAN field for Django models',
3333
long_description=get_long_description(),

0 commit comments

Comments
 (0)