From b7ee288d332179f6ed0e8f05cad03e292645ae9e Mon Sep 17 00:00:00 2001 From: Carmen Bianca BAKKER Date: Fri, 19 Jan 2024 13:33:04 +0100 Subject: [PATCH 1/3] =?UTF-8?q?Bump=20version:=203.0.0=20=E2=86=92=203.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- README.md | 2 +- docs/conf.py | 2 +- pyproject.toml | 2 +- src/reuse/__init__.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 41fa8300f..cec2a4db2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.0 +current_version = 3.0.1 commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(?P(a|b|rc)?)(?P\d*) diff --git a/README.md b/README.md index ef82a3e7e..c60152684 100644 --- a/README.md +++ b/README.md @@ -246,7 +246,7 @@ Git. This uses [pre-commit](https://pre-commit.com/). Once you ```yaml repos: - repo: https://github.com/fsfe/reuse-tool - rev: v3.0.0 + rev: v3.0.1 hooks: - id: reuse ``` diff --git a/docs/conf.py b/docs/conf.py index faf01ac58..6ef4f2e09 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -75,7 +75,7 @@ # The full version, including alpha/beta/rc tags. release = get_version("reuse") except PackageNotFoundError: - release = "3.0.0" + release = "3.0.1" # The short X.Y.Z version. version = ".".join(release.split(".")[:3]) diff --git a/pyproject.toml b/pyproject.toml index c04fa4b34..9c9f184a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ [tool.poetry] name = "reuse" -version = "3.0.0" +version = "3.0.1" description = "reuse is a tool for compliance with the REUSE recommendations." authors = [ "Free Software Foundation Europe ", diff --git a/src/reuse/__init__.py b/src/reuse/__init__.py index d2bcb9ff1..540204060 100644 --- a/src/reuse/__init__.py +++ b/src/reuse/__init__.py @@ -31,7 +31,7 @@ __version__ = version("reuse") except PackageNotFoundError: # package is not installed - __version__ = "3.0.0" + __version__ = "3.0.1" __author__ = "Carmen Bianca Bakker" __email__ = "carmenbianca@fsfe.org" From b450f17b130ca64bffc66f1f905549e433cb5126 Mon Sep 17 00:00:00 2001 From: Carmen Bianca BAKKER Date: Fri, 19 Jan 2024 13:34:03 +0100 Subject: [PATCH 2/3] Tidy up change log for 3.0.1 Signed-off-by: Carmen Bianca BAKKER --- CHANGELOG.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 863c13d54..ea043e0f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,15 +38,7 @@ CLI command and its behaviour. There are no guarantees of stability for the ### Security --> -## Unreleased - YYYY-MM-DD - -### Added - -### Changed - -### Deprecated - -### Removed +## 3.0.1 - 2024-01-19 ### Fixed @@ -56,8 +48,6 @@ CLI command and its behaviour. There are no guarantees of stability for the files are scanned for REUSE information again. The contents of binary files are not. (#896) -### Security - ## 3.0.0 - 2024-01-17 This release contains a lot of small improvements and changes without anything From 2f319273f8f822b12d37aba0ddb165a3c4a88f92 Mon Sep 17 00:00:00 2001 From: Carmen Bianca BAKKER Date: Fri, 19 Jan 2024 13:44:25 +0100 Subject: [PATCH 3/3] Add unreleased section to change log Signed-off-by: Carmen Bianca BAKKER --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea043e0f0..a1119c1ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,20 @@ CLI command and its behaviour. There are no guarantees of stability for the ### Security --> +## Unreleased - YYYY-MM-DD + +### Added + +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Security + ## 3.0.1 - 2024-01-19 ### Fixed