Skip to content

Commit 1bc2d8b

Browse files
committed
Bump version to 2.0.0
1 parent 6447124 commit 1bc2d8b

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2013-2014 nexB Inc. http://www.nexb.com/ - All rights reserved.
1+
Copyright (c) 2013-2015 nexB Inc. http://www.nexb.com/ - All rights reserved.
22
Licensed under the Apache License, Version 2.0 (the "License");
33
you may not use this file except in compliance with the License.
44
You may obtain a copy of the License at

about.ABOUT

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
about_resource: .
22

33
name: AboutCode
4-
version: 1.0.2
4+
version: 2.0.0
55

66

77
owner: nexB Inc.
@@ -21,6 +21,6 @@ description: AboutCode is a tool to process ABOUT files. An ABOUT file
2121
dje_license: apache-2.0
2222
license_text_file: apache-2.0.LICENSE
2323
license_spdx: Apache-2.0
24-
copyright: Copyright (c) 2013-2014 nexB Inc.
24+
copyright: Copyright (c) 2013-2015 nexB Inc.
2525

2626
notice_file: NOTICE

about_code_tool/about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
import ntpath
4747

4848

49-
__version__ = '1.0.2'
49+
__version__ = '2.0.0'
5050

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

about_code_tool/genabout.py

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

4242
import about
4343

44-
__version__ = '1.0.2'
44+
__version__ = '2.0.0'
4545

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

about_code_tool/genattrib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
logger.addHandler(handler)
4444
file_logger = logging.getLogger(__name__ + '_file')
4545

46-
__version__ = '1.0.2'
46+
__version__ = '2.0.0'
4747

4848
__about_spec_version__ = '1.0.0' # See http://dejacode.org
4949

0 commit comments

Comments
 (0)