Skip to content

Commit d88f6b4

Browse files
github-actions[bot]dbrattliclaude
authored
chore: release reactivex@5.0.0-rc.1 (#769)
* chore: release reactivex@5.0.0-rc.1 * docs(changelog): fold Unreleased bullets into 5.0.0-rc.1 section The content ShipIt auto-generated for the 5.0.0-rc.1 section was only a compare-link because all commits in the release window used the ci: and docs: types (which ShipIt treats as non-user-facing). The real release notes for 5.0.0-rc.1 are the bullets that had been sitting under ## Unreleased -- work done between 5.0.0a2 and now. Move them under the 5.0.0-rc.1 heading so readers see a populated release. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Co-authored-by: 🤖 easybuild-shipit <github-actions[bot]@users.noreply.github.com> Co-authored-by: Dag Brattli <dag@brattli.net> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 2975deb commit d88f6b4

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
2-
name: reactivex
3-
last_commit_released: 8b59bc7394f1b6a8a78e2fc4b5efe200d4f47f89
2+
last_commit_released: 2975deb528c9eec73c76cf8bb53fc8780f31de45
43
pre_release: rc
5-
force_version: 5.0.0-rc.1
4+
name: reactivex
65
updaters:
76
- command: ./scripts/shipit_bump_version.sh {version}
87
---
@@ -17,7 +16,9 @@ conventional-commit messages.
1716
PyPI uses PEP 440 (`5.0.0rc1`), while ShipIt records SemVer (`5.0.0-rc.1`) in
1817
this file; the release script normalizes between them.
1918

20-
## Unreleased
19+
## 5.0.0-rc.1 - 2026-04-20
20+
21+
<strong><small>[View changes on Github](https://github.com/ReactiveX/RxPY/compare/8b59bc7394f1b6a8a78e2fc4b5efe200d4f47f89..2975deb528c9eec73c76cf8bb53fc8780f31de45)</small></strong>
2122

2223
- Typing: Added `Action` and `StartableFactory` to `reactivex.typing.__all__`,
2324
making them part of the explicit public API surface.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "reactivex"
3-
version = "0.0.0"
3+
version = "5.0.0rc1"
44
description = "ReactiveX (Rx) for Python"
55
authors = [{ name = "Dag Brattli", email = "dag@brattli.net" }]
66
requires-python = ">= 3.10, < 4.0"

reactivex/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.0" # NOTE: version will be written by ShipIt during release
1+
__version__ = "5.0.0rc1"

0 commit comments

Comments
 (0)