Skip to content

Commit

Permalink
Merge pull request #88 from Pennycook/1.2.0
Browse files Browse the repository at this point in the history
Bump version to 1.2.0
  • Loading branch information
Pennycook authored Mar 28, 2024
2 parents 2d2c308 + 931bd18 commit 2486942
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
13 changes: 10 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,14 @@ authors:
given-names: "Douglas"
orcid: "https://orcid.org/0000-0002-3836-207X"
title: "Code Base Investigator"
version: 1.05
doi: 10.5281/zenodo.5019024
date-released: 2022-10-05
version: 1.2.0
date-released: "2024-03-28"
doi: "10.5281/zenodo.10890422"
identifiers:
- description: Archive of all previous releases.
type: doi
value: "10.5281/zenodo.5018973"
- description: Latest release.
type: doi
value: "10.5281/zenodo.10890422"
url: "https://github.com/intel/code-base-investigator"
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2019, Intel Corporation
Copyright (c) 2019-2024, Intel Corporation
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Code Base Investigator

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

Code Base Investigator (CBI) is an analysis tool that provides insight into the
Expand Down
2 changes: 1 addition & 1 deletion bin/codebasin
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import warnings
from codebasin import config, finder, report, util
from codebasin.walkers.platform_mapper import PlatformMapper

version = "1.1.1"
version = "1.2.0"


def guess_project_name(config_path):
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="codebasin",
version="1.1.1",
version="1.2.0",
description="Code Base Investigator",
author="John Pennycook",
author_email="john.pennycook@intel.com",
Expand All @@ -15,7 +15,7 @@
include_package_data=True,
scripts=["bin/codebasin"],
classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
Expand Down

0 comments on commit 2486942

Please sign in to comment.