Skip to content

Commit

Permalink
V0.34.0 RC merge to master (#590)
Browse files Browse the repository at this point in the history
* Create RC for v0.34.0

* Update LK source build instructions [skip-ci]

* Pre-release CI run

* Prepare for merging v0.34.0 onto master

* Ensure MacOS ARM builds Py3.12
  • Loading branch information
mlxd authored Jan 9, 2024
1 parent 3c648f7 commit 3bcd996
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Release 0.34.0-dev
# Release 0.34.0

### New features since last release

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheel_macos_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
env:
ARCHS: 'arm64'
PYTHON3_MIN_VERSION: "9"
PYTHON3_MAX_VERSION: "11"
PYTHON3_MAX_VERSION: "12"

concurrency:
group: wheel_macos_arm64-${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ For example, the following will build Kokkos for NVIDIA A100 cards
.. code-block:: console
cmake -S . -B build -G Ninja \
-DCMAKE_BUILD_TYPE=RelWithDebug \
-DCMAKE_BUILD_TYPE=RelWithDebugInfo \
-DCMAKE_INSTALL_PREFIX=/opt/kokkos/4.1.00/AMPERE80 \
-DCMAKE_CXX_STANDARD=20 \
-DBUILD_SHARED_LIBS:BOOL=ON \
Expand Down
2 changes: 1 addition & 1 deletion pennylane_lightning/core/_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.34.0-dev27"
__version__ = "0.34.0-rc0"

0 comments on commit 3bcd996

Please sign in to comment.