Skip to content
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
10 changes: 9 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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
-----

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Loading