We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1512821 + d96f4c3 commit 1126761Copy full SHA for 1126761
about_code_tool/about.py
@@ -48,7 +48,7 @@
48
49
on_windows = 'win32' in sys.platform
50
51
-__version__ = '2.0.4'
+__version__ = '2.1.0'
52
53
# See http://dejacode.org
54
__about_spec_version__ = '1.0'
about_code_tool/genabout.py
@@ -40,7 +40,7 @@
40
import about
41
42
43
44
45
__copyright__ = """
46
Copyright (c) 2013-2015 nexB Inc. All rights reserved.
about_code_tool/genattrib.py
@@ -46,7 +46,7 @@
logger.addHandler(handler)
47
file_logger = logging.getLogger(__name__ + '_file')
__about_spec_version__ = '1.0.0' # See http://dejacode.org
0 commit comments