Skip to content

Commit

Permalink
Update main to beta (#89)
Browse files Browse the repository at this point in the history
* [QMI-0.45.0-beta.0] Update the version info to be `-beta.0` for the `main`.

* [#QMI-xxx] Sync code with Gitlab.

* [#QMI-xxx] Problem with pylint version

* [#QMI-xxx] Problem with pylint version

* [#QMI-xxx] Problem with pylint version

* [#QMI-xxx] Problem with pylint version

* [#QMI-xxx] Removing problematic code.

* [#QMI-xxx] Removing problematic code.

* .bumpversion.cfg edit

* Bump version: 0.45.0-beta.0 → 0.46.0-beta.0

---------

Co-authored-by: Henri Ervasti <[email protected]>
  • Loading branch information
heevasti and Henri Ervasti authored Jul 19, 2024
1 parent 0821670 commit 918b008
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
6 changes: 1 addition & 5 deletions .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 All @@ -19,7 +19,3 @@ values =
[bumpversion:file:documentation/sphinx/source/conf.py]

[bumpversion:file:qmi/__init__.py]

[bumpversion:file:README.md]
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize = {major}.{minor}.{patch}
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 918b008

Please sign in to comment.