Skip to content

Commit 2486942

Browse files
authored
Merge pull request #88 from Pennycook/1.2.0
Bump version to 1.2.0
2 parents 2d2c308 + 931bd18 commit 2486942

File tree

5 files changed

+15
-8
lines changed

5 files changed

+15
-8
lines changed

CITATION.cff

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,14 @@ authors:
1111
given-names: "Douglas"
1212
orcid: "https://orcid.org/0000-0002-3836-207X"
1313
title: "Code Base Investigator"
14-
version: 1.05
15-
doi: 10.5281/zenodo.5019024
16-
date-released: 2022-10-05
14+
version: 1.2.0
15+
date-released: "2024-03-28"
16+
doi: "10.5281/zenodo.10890422"
17+
identifiers:
18+
- description: Archive of all previous releases.
19+
type: doi
20+
value: "10.5281/zenodo.5018973"
21+
- description: Latest release.
22+
type: doi
23+
value: "10.5281/zenodo.10890422"
1724
url: "https://github.com/intel/code-base-investigator"

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2019, Intel Corporation
3+
Copyright (c) 2019-2024, Intel Corporation
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Code Base Investigator
22

3-
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5018974.svg)](https://doi.org/10.5281/zenodo.5018974)
3+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5018973.svg)](https://doi.org/10.5281/zenodo.5018973)
44
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8679/badge)](https://www.bestpractices.dev/projects/8679)
55

66
Code Base Investigator (CBI) is an analysis tool that provides insight into the

bin/codebasin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import warnings
1414
from codebasin import config, finder, report, util
1515
from codebasin.walkers.platform_mapper import PlatformMapper
1616

17-
version = "1.1.1"
17+
version = "1.2.0"
1818

1919

2020
def guess_project_name(config_path):

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="codebasin",
9-
version="1.1.1",
9+
version="1.2.0",
1010
description="Code Base Investigator",
1111
author="John Pennycook",
1212
author_email="john.pennycook@intel.com",
@@ -15,7 +15,7 @@
1515
include_package_data=True,
1616
scripts=["bin/codebasin"],
1717
classifiers=[
18-
"Development Status :: 3 - Alpha",
18+
"Development Status :: 5 - Production/Stable",
1919
"Environment :: Console",
2020
"Intended Audience :: Developers",
2121
"License :: OSI Approved :: BSD License",

0 commit comments

Comments
 (0)