Skip to content

Commit

Permalink
Bump version: 0.45.0-beta.0 → 0.46.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Henri Ervasti committed Jul 19, 2024
1 parent 95c2c71 commit 63e6962
Show file tree
Hide file tree
Showing 5 changed files with 7 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.45.0-beta.0
current_version = 0.46.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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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


## [0.45.0] - 2024-07-19

### Added
- QMI driver for TeraXion TFN in `qmi.instruments.teraxion` with CLI client.
- QMI driver for Thorlabs MPC320 in `qmi.instruments.thorlabs`.
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.45.0-beta.0'
release = '0.46.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.45.0-beta.0"
__version__ = "0.46.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.45.0-beta.0",
version="0.46.0-beta.0",
description="The Quantum Measurement Infrastructure framework",
long_description="{}\n{}".format(read("README.md"), read("CHANGELOG.md")),
author="QuTech",
Expand Down

0 comments on commit 63e6962

Please sign in to comment.