Skip to content

release 0.6.7 #2944

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 10, 2023
Merged

release 0.6.7 #2944

merged 1 commit into from
Mar 10, 2023

Conversation

IvyZX
Copy link
Collaborator

@IvyZX IvyZX commented Mar 9, 2023

No description provided.

@IvyZX IvyZX requested review from cgarciae and chiamp March 9, 2023 23:34
@codecov-commenter
Copy link

codecov-commenter commented Mar 9, 2023

Codecov Report

Merging #2944 (1b11334) into main (e7b8300) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #2944   +/-   ##
=======================================
  Coverage   81.77%   81.77%           
=======================================
  Files          55       55           
  Lines        5908     5908           
=======================================
  Hits         4831     4831           
  Misses       1077     1077           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

flax/version.py Outdated
@@ -13,5 +13,5 @@
# limitations under the License.

"""Current Flax version at head on Github."""
__version__ = "0.6.7"
__version__ = "0.6.8"
Copy link
Collaborator

@cgarciae cgarciae Mar 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will result in users getting 0.6.8 if they do:

import flax
print(flax.__version__)

I think we have to update __version__ after release to keep it one ahead.

Copy link
Collaborator Author

@IvyZX IvyZX Mar 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, this makes sense! Fixed.

@copybara-service copybara-service bot merged commit 323ebc6 into google:main Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants