diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e6e7f827..34ee1998 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,11 @@ ============================== Changelog -============================== +2022-10-24 + Release 7.1.1 + + * This new release has no feature changes. + + 2022-10-24 Release 7.1.0 diff --git a/about.ABOUT b/about.ABOUT index f8ef10bc..a12d98ae 100644 --- a/about.ABOUT +++ b/about.ABOUT @@ -1,6 +1,6 @@ about_resource: . name: AboutCode-toolkit -version: 7.1.0 +version: 7.1.1 author: Jillian Daguil, Chin Yeung Li, Philippe Ombredanne, Thomas Druez copyright: Copyright (c) nexB Inc. description: | diff --git a/src/attributecode/__init__.py b/src/attributecode/__init__.py index 73aaa3e9..7e813aa1 100644 --- a/src/attributecode/__init__.py +++ b/src/attributecode/__init__.py @@ -20,7 +20,7 @@ import saneyaml -__version__ = '7.1.0' +__version__ = '7.1.1' __about_spec_version__ = '3.2.3'