From c1369fd1afb5cc76bedac3b07eab934e39b6a9e8 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Fri, 1 Aug 2025 14:56:59 -0300 Subject: [PATCH 1/2] Release 2.3.1 --- CHANGELOG.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bd6b069..8a40720 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,11 +1,19 @@ -2.3.0 +2.3.1 ----- +**Release**: 2025-08-01 + * Fix type annotations: * ``oop_ext.foundation.weak_ref.IsWeakProxy``. * ``oop_ext.foundation.weak_ref.IsWeakRef``. * ``oop_ext.foundation.weak_ref.GetWeakProxy``. + +2.3.0 +----- + +Not released due to a problem during deploy. + 2.2.0 ----- From 3166314ace47ec21ae72c92a217077955c519a6b Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Fri, 1 Aug 2025 14:59:04 -0300 Subject: [PATCH 2/2] Fix RELEASE instructions --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 679c7d3..d1c8f05 100644 --- a/README.rst +++ b/README.rst @@ -128,6 +128,6 @@ Note that the VERSION should follow the semantic versioning as ``X.Y.Z`` (e.g. ` 3. Push the branch to ``upstream``. 4. Once all tests pass, start the ``deploy`` workflow manually or via:: - gh workflow run deploy.yml --repo pytest-dev/pytest-mock --ref release-VERSION -f version=VERSION + gh workflow run deploy.yml --repo ESSS/oop-ext --ref release-VERSION -f version=VERSION 5. Merge the PR.