Skip to content

Commit 1126761

Browse files
committed
Merge branch 'master' into v2x_maintenance
2 parents 1512821 + d96f4c3 commit 1126761

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

about_code_tool/about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
on_windows = 'win32' in sys.platform
5050

51-
__version__ = '2.0.4'
51+
__version__ = '2.1.0'
5252

5353
# See http://dejacode.org
5454
__about_spec_version__ = '1.0'

about_code_tool/genabout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
import about
4141

4242

43-
__version__ = '2.0.4'
43+
__version__ = '2.1.0'
4444

4545
__copyright__ = """
4646
Copyright (c) 2013-2015 nexB Inc. All rights reserved.

about_code_tool/genattrib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
logger.addHandler(handler)
4747
file_logger = logging.getLogger(__name__ + '_file')
4848

49-
__version__ = '2.0.4'
49+
__version__ = '2.1.0'
5050

5151
__about_spec_version__ = '1.0.0' # See http://dejacode.org
5252

0 commit comments

Comments
 (0)