Skip to content

Commit a128770

Browse files
kevin-j-millercopybara-github
authored andcommitted
Bump PyPI version to trigger release.
PiperOrigin-RevId: 833544653
1 parent eed8382 commit a128770

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,19 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):
1818
* Define the new link url:
1919
`[2.0.0]: https://github.com/google-deepmind/disentangled_rnns/compare/v1.0.0...v2.0.0`
2020
* Update the `[Unreleased]` url: `v1.0.0...HEAD` -> `v2.0.0...HEAD`
21+
* Update the version in __init__.py
2122
2223
-->
2324

2425
## [Unreleased]
2526

27+
## [0.1.2] - 2025-11-17
28+
29+
- Validate input types to DatasetRNN
30+
- Improve docstrings in rnn_utils
31+
- Update code for plotting two-armed bandit session data and add examples to
32+
the notebook
33+
2634
## [0.1.1] - 2025-11-10
2735

2836
* Initial Release on PyPi
@@ -36,3 +44,4 @@ a release and act as a baseline for future releases.
3644

3745
[Unreleased]: https://github.com/google-deepmind/disentangled_rnns/compare/v0.1.1...HEAD
3846
[0.1.1]: https://github.com/google-deepmind/disentangled_rnns/releases/tag/v0.1.1
47+
[0.1.2]: https://github.com/google-deepmind/disentangled_rnns/releases/tag/v0.1.2

disentangled_rnns/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

1717
# A new PyPI release will be pushed every time `__version__` is increased.
1818
# When changing this, also update the CHANGELOG.md.
19-
__version__ = '0.1.1'
19+
__version__ = '0.1.2'

0 commit comments

Comments
 (0)