Skip to content

Commit

Permalink
Update version and changelog to 0.5.0 (#1372)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrapin authored Mar 8, 2022
1 parent 3bda011 commit 2796b69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## main

## 0.5.0 (2022-03-08)

### Breaking changes

- `copy()` method of a `Parameter` does not change the parameters's random state anymore (it used to reset it to `None` [#1048](https://github.com/facebookresearch/nevergrad/pull/1048)
Expand Down
2 changes: 1 addition & 1 deletion nevergrad/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
__all__ = ["optimizers", "families", "callbacks", "p", "typing", "errors", "ops"]


__version__ = "0.4.3.post10"
__version__ = "0.5.0"

0 comments on commit 2796b69

Please sign in to comment.