Skip to content

Commit

Permalink
Release v0.1.2 of bayeux.
Browse files Browse the repository at this point in the history
Also, fix up CHANGELOG with information about the v0.1.1 release.

PiperOrigin-RevId: 595397010
  • Loading branch information
ThomasColthurst authored and The bayeux Authors committed Jan 3, 2024
1 parent 478ef98 commit 6d88459
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions 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]

## [0.1.0] - 2022-01-01
## [0.1.2] - 2024-01-03

* Initial release
### Slightly improved Python 3.9 support

[Unreleased]: https://github.com/jax-ml/bayeux/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/jax-ml/bayeux/releases/tag/v0.1.0
## [0.1.1] - 2023-12-20

### Initial release

[Unreleased]: https://github.com/jax-ml/bayeux/compare/v0.1.2...HEAD
[0.1.2]: https://github.com/jax-ml/bayeux/releases/tag/v0.1.2
[0.1.1]: https://github.com/jax-ml/bayeux/releases/tag/v0.1.1
2 changes: 1 addition & 1 deletion bayeux/__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 everytime `__version__` is increased
# When changing this, also update the CHANGELOG.md
__version__ = '0.1.1'
__version__ = '0.1.2'

# Note: import <name> as <name> is required for names to be exported.
# See PEP 484 & https://github.com/google/jax/issues/7570
Expand Down

0 comments on commit 6d88459

Please sign in to comment.