Skip to content

Commit

Permalink
[stable-0-46] Prepare branch for merging back to main with new beta r…
Browse files Browse the repository at this point in the history
…evision
  • Loading branch information
heevasti committed Oct 14, 2024
1 parent 63dc43d commit 37a7621
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.46.0
current_version = 0.47.0-beta.0
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?(\.(?P<build>\d+))?
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## \[x.y.z] - Unreleased

### Added

### Changed

### Fixed

### Removed


## [0.46.0] - 2024-10-14

Expand Down
2 changes: 1 addition & 1 deletion documentation/sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
author = 'QuTech'

# The full version, including alpha/beta/rc tags
release = '0.46.0'
release = '0.47.0-beta.0'

# The default master_doc used to be 'index', but it was changed to 'contents'.
# Override that here (maybe rename the file to the new default later).
Expand Down
2 changes: 1 addition & 1 deletion qmi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import atexit


__version__ = "0.46.0"
__version__ = "0.47.0-beta.0"


# Check Python version.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def read(*names, **kwargs):

setup(
name="qmi",
version="0.46.0",
version="0.47.0-beta.0",
description="The Quantum Measurement Infrastructure framework",
long_description="{}\n".format(read('README.md')),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 37a7621

Please sign in to comment.