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

Commit 9340262

Browse files
committed
Version 0.2.5.
1 parent 48c1762 commit 9340262

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.6
7+
-----
8+
49
* Python 3.3 support (lucvandort).
510
* Python 3.2 support.
611
* Remove date conditional IBANs. Pending IBANs are now always included in validation.

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

0 commit comments

Comments
 (0)