From 83bc1b3c51cb97f38221bc2cf316c3f346ff23ee Mon Sep 17 00:00:00 2001 From: dombean <46692370+dombean@users.noreply.github.com> Date: Thu, 5 Dec 2024 14:13:03 +0000 Subject: [PATCH 1/2] Update CODEOWNERS file (#137) * change email to github username * change email to github username --- .github/CODEOWNERS | 2 +- CHANGELOG.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b825a96..03936e7 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,4 +4,4 @@ # the repo (*). Unless a later match takes precedence, # the following will be requested for # review when someone opens a pull request. -* dominic.bean@ons.gov.uk diego.lara.de.andres@ons.gov.uk \ No newline at end of file +* @dombean @diego-ons \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d94ae9..baa566b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [semantic versioning](https://semver.org/spec/v2.0.0 ### Added ### Changed +- Update `CODEOWNERS` file, changed email to GitHub username. ### Deprecated From 8c6352e24e12331328d7e0d817406669bc3422fb Mon Sep 17 00:00:00 2001 From: dombean <46692370+dombean@users.noreply.github.com> Date: Thu, 5 Dec 2024 14:20:59 +0000 Subject: [PATCH 2/2] Release v0.4.3 --- .bumpversion.cfg | 2 +- CHANGELOG.md | 14 ++++++++++++++ rdsa_utils/__init__.py | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c9ef53f..13e095a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.2 +current_version = 0.4.3 commit = False tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index baa566b..5138421 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,18 @@ and this project adheres to [semantic versioning](https://semver.org/spec/v2.0.0 ### Added +### Changed + +### Deprecated + +### Fixed + +### Removed + +## [0.4.3] - 2024-12-05 + +### Added + ### Changed - Update `CODEOWNERS` file, changed email to GitHub username. @@ -489,6 +501,8 @@ and this project adheres to [semantic versioning](https://semver.org/spec/v2.0.0 > due to bugs in the GitHub Action `deploy_pypi.yaml`, which deploys to PyPI > and GitHub Releases. +- rdsa-utils v0.4.3: [GitHub Release](https://github.com/ONSdigital/rdsa-utils/releases/tag/v0.4.3) | + [PyPI](https://pypi.org/project/rdsa-utils/0.4.3/) - rdsa-utils v0.4.2: [GitHub Release](https://github.com/ONSdigital/rdsa-utils/releases/tag/v0.4.2) | [PyPI](https://pypi.org/project/rdsa-utils/0.4.2/) - rdsa-utils v0.4.1: [GitHub Release](https://github.com/ONSdigital/rdsa-utils/releases/tag/v0.4.1) | diff --git a/rdsa_utils/__init__.py b/rdsa_utils/__init__.py index df12433..f6b7e26 100644 --- a/rdsa_utils/__init__.py +++ b/rdsa_utils/__init__.py @@ -1 +1 @@ -__version__ = "0.4.2" +__version__ = "0.4.3"