Skip to content

Commit

Permalink
Make 0.1.4 release.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 597827719
  • Loading branch information
ColCarroll authored and The bayeux Authors committed Jan 12, 2024
1 parent f14db26 commit 9388384
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):

## [Unreleased]

## [0.1.4] - 2024-01-11

### Allow automatic model creation from PyMC

## [0.1.3] - 2024-01-10

### Allow automatic model creation from numpyro and TFP
Expand All @@ -38,7 +42,8 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):

### Initial release

[Unreleased]: https://github.com/jax-ml/bayeux/compare/v0.1.3...HEAD
[Unreleased]: https://github.com/jax-ml/bayeux/compare/v0.1.4...HEAD
[0.1.4]: https://github.com/jax-ml/bayeux/releases/tag/v0.1.4
[0.1.3]: https://github.com/jax-ml/bayeux/releases/tag/v0.1.3
[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.3'
__version__ = '0.1.4'

# 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 9388384

Please sign in to comment.