Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit d5c145e

Browse files
committed
Bump version numbers for 0.4.0
1 parent 00124b8 commit d5c145e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "qiskit-qasm2"
3-
version = "0.3.2"
3+
version = "0.4.0"
44
edition = "2021"
55

66
[lib]

docs/changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog
33
=========
44

5-
Unreleased
6-
==========
5+
0.4.0 (2023-01-24)
6+
==================
77

88
* Relaxed the parser to allow trailing commas in all list-like elements (of parameters and qubits),
99
as a convenience in the default mode.

src-python/qiskit_qasm2/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.2
1+
0.4.0

0 commit comments

Comments
 (0)