Skip to content

Commit 2f11045

Browse files
AleksMatcopybara-github
authored andcommitted
Bump absl-py version to 2.3.0
PiperOrigin-RevId: 763687188
1 parent 4d008a9 commit 2f11045

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com).
88

99
### Added
1010

11+
### Changed
12+
13+
### Fixed
14+
15+
## 2.3.0 (2025-05-26)
16+
17+
### Added
18+
1119
* (testing) Add extension point for letting `TestLoader` specify a custom
1220
sharding scheme.
1321

@@ -16,8 +24,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com).
1624
* Update package build and release process. Switched to using `pyproject.toml`,
1725
`hatch`, and GitHub Actions.
1826

19-
### Fixed
20-
2127
## 2.2.2 (2025-04-03)
2228

2329
### Added

absl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = '2.2.2'
15+
__version__ = '2.3.0'

0 commit comments

Comments
 (0)