Set version 4.1.1 and improve report_intrastat

bzr revid: ced-c7f41f4c364f423db4ef8a87f24ca75e637b415a
This commit is contained in:
ced 2007-01-19 07:13:51 +00:00
parent f9416858b7
commit 3ca866031b
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ GNU Public Licence.
"""
__author__ = 'Fabien Pinckaers, <fp@tiny.be>'
__version__ = '4.1.0'
__version__ = '4.1.1'
import __builtin__
__builtin__.__dict__['tinyerp_version'] = __version__

View File

@ -21,7 +21,7 @@ from stat import ST_MODE
opj = os.path.join
name = 'tinyerp-server'
version = '4.1.0'
version = '4.1.1'
# get python short version
py_short_version = '%s.%s' % sys.version_info[:2]