Skip to content

Commit

Permalink
update 0.4.1 release note
Browse files Browse the repository at this point in the history
  • Loading branch information
minwook-shin committed Oct 12, 2023
1 parent 641e5a7 commit 2ce6022
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG.md

## 0.4.1 (2023-10-12)

This is small patch release, updating only the Qiskit Package.

Dependencies:

- Bump qiskit from 0.44.1 to 0.44.2
- Bump pylint from 3.0.0 to 3.0.1

## 0.4.0 (2023-10-04)

Features :
Expand Down
6 changes: 3 additions & 3 deletions docs/qiskit_class_converter.html
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ <h5>Inherited Members</h5>
<section id="__VERSION__">
<div class="attr variable">
<span class="name">__VERSION__</span> =
<span class="default_value">&#39;0.4.0&#39;</span>
<span class="default_value">&#39;0.4.1&#39;</span>


</div>
Expand All @@ -641,7 +641,7 @@ <h5>Inherited Members</h5>
<section id="__QISKIT_VERSION__">
<div class="attr variable">
<span class="name">__QISKIT_VERSION__</span> =
<span class="default_value">&#39;0.44.1&#39;</span>
<span class="default_value">&#39;0.44.2&#39;</span>


</div>
Expand All @@ -653,7 +653,7 @@ <h5>Inherited Members</h5>
<section id="__FULL_VERSION__">
<div class="attr variable">
<span class="name">__FULL_VERSION__</span> =
<span class="default_value">{&#39;Qiskit&#39;: &#39;0.44.1&#39;, &#39;Lib&#39;: &#39;0.4.0&#39;}</span>
<span class="default_value">{&#39;Qiskit&#39;: &#39;0.44.2&#39;, &#39;Lib&#39;: &#39;0.4.1&#39;}</span>


</div>
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ exclude = ['qiskit_class_converter*tests']

[project]
name = "qiskit-classroom-converter"
version = "0.4.0"
version = "0.4.1"
authors = [
{ name = "KMU-quantum-classroom" },
]
Expand Down

0 comments on commit 2ce6022

Please sign in to comment.