Skip to content

Commit

Permalink
[RELEASE] 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lmignon committed Feb 6, 2018
1 parent 6c8da2f commit 1200b40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Changes
~~~~~~~

0.5 (unreleased)
0.5 (2018-02-06)
----------------

- ...
- Add support for foreign account number.


0.4 (2015-02-26)
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import sys
from setuptools import setup, find_packages

version = '0.5dev'
version = '0.5'

if sys.version_info < (2, 6):
sys.stderr.write("This package requires Python 2.6 or newer. "
Expand All @@ -15,7 +15,7 @@
name='pycoda',
version=version,
author='ACSONE SA/NV',
author_email='laurent.mignon__at__acsone.eu',
author_email='laurent.mignon@acsone.eu',
description="Python library for Coded statement of account (CODA) ",
long_description='\n'.join((
open('README.rst').read(),
Expand Down

0 comments on commit 1200b40

Please sign in to comment.