From 6b7f20928d95b8d4d9d40ab2df90c699e7752167 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Mon, 11 Jan 2021 22:56:00 +0100 Subject: Get files ready for 1.15 release --- stdnum/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stdnum/__init__.py') 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' -- cgit v1.2.3