Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum/__init__.py
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2021-01-11 22:56:00 +0100
committerArthur de Jong <arthur@arthurdejong.org>2021-01-11 22:56:00 +0100
commit6b7f20928d95b8d4d9d40ab2df90c699e7752167 (patch)
treef5cd1ebd011b646ad650b1962694257a5f01422a /stdnum/__init__.py
parent755eee7ddb7736bf76dfab8e8543affd5cd1d2f4 (diff)
Get files ready for 1.15 release1.15
Diffstat (limited to 'stdnum/__init__.py')
-rw-r--r--stdnum/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdnum/__init__.py b/stdnum/__init__.py
index 73646fb..6e1228d 100644
--- a/stdnum/__init__.py
+++ b/stdnum/__init__.py
@@ -1,7 +1,7 @@
# __init__.py - main module
# coding: utf-8
#
-# Copyright (C) 2010-2020 Arthur de Jong
+# Copyright (C) 2010-2021 Arthur de Jong
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
@@ -43,4 +43,4 @@ from stdnum.util import get_cc_module
__all__ = ('get_cc_module', '__version__')
# the version number of the library
-__version__ = '1.14'
+__version__ = '1.15'