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
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,14 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):

## [Unreleased]

## [4.0.0] - 2026-04-17

* Add Gemma 4.

## [1.0.0] - 2022-01-01

* Initial release

[Unreleased]: https://github.com/google-deepmind/gemma/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/google-deepmind/gemma/compare/v4.0.0...HEAD
[4.0.0]: https://github.com/google-deepmind/gemma/compare/v0.1.0...v4.0.0
[1.0.0]: https://github.com/google-deepmind/gemma/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion gemma/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# A new PyPI release will be pushed every time `__version__` is increased.
# When changing this, also update the CHANGELOG.md.
__version__ = '3.3.0'
__version__ = '4.0.0'


def __getattr__(name: str): # pylint: disable=invalid-name
Expand Down
Loading