Skip to content

Commit

Permalink
0.41.0 setup (#6758)
Browse files Browse the repository at this point in the history
Created automatically from the `pennylane_version_bump.sh` script.

- **Remove rc0 from version number**
- **Changes to set up 0.41.0 dev branch**

---------

Co-authored-by: Mudit Pandey <[email protected]>
  • Loading branch information
PietropaoloFrisoni and mudit2812 authored Jan 6, 2025
1 parent 42113c2 commit 6478d8a
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rc_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git checkout ${{ env.tmp_branch }}
gh pr create --title "Daily rc sync to master" --body "" --reviewer "mudit2812,albi3ro"
gh pr create --title "Daily rc sync to master" --body "" --reviewer "PietropaoloFrisoni,albi3ro"
2 changes: 2 additions & 0 deletions doc/development/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Release notes

This page contains the release notes for PennyLane.

.. mdinclude:: ../releases/changelog-dev.md

.. mdinclude:: ../releases/changelog-0.40.0.md

.. mdinclude:: ../releases/changelog-0.39.0.md
Expand Down
19 changes: 19 additions & 0 deletions doc/releases/changelog-dev.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
:orphan:

# Release 0.41.0-dev (development release)

<h3>New features since last release</h3>

<h3>Improvements 🛠</h3>

<h3>Breaking changes 💔</h3>

<h3>Deprecations 👋</h3>

<h3>Documentation 📝</h3>

<h3>Bug fixes 🐛</h3>

<h3>Contributors ✍️</h3>

This release contains contributions from (in alphabetical order):
2 changes: 1 addition & 1 deletion pennylane/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
Version number (major.minor.patch[-label])
"""

__version__ = "0.40.0rc0"
__version__ = "0.41.0-dev0"

0 comments on commit 6478d8a

Please sign in to comment.