Skip to content

Commit

Permalink
Version Bump (#103)
Browse files Browse the repository at this point in the history
* post release version bump

* trigger CI

Co-authored-by: rmoyard <rmoyard@users.noreply.github.com>
Co-authored-by: Antal Szava <antalszava@gmail.com>
  • Loading branch information
3 people committed Jun 21, 2022
1 parent f6bf80c commit 4ebf34e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# Release 0.25.0-dev

### New features since last release

### Breaking changes

### Improvements

### Documentation

### Bug fixes

### Contributors

This release contains contributions from (in alphabetical order):

---

# Release 0.24.0

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion pennylane_forest/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Version number (convention major.minor.patch[-label])
"""

__version__ = "0.24.0"
__version__ = "0.25.0-dev"

0 comments on commit 4ebf34e

Please sign in to comment.