Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to 1.2.0 #88

Merged
merged 1 commit into from
Mar 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading