Skip to content

Commit e2610f1

Browse files
authored
Merge pull request #1542 from jenshnielsen/release_021
Release notes for 0.2.1
2 parents 3376d06 + ff4c49f commit e2610f1

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ branches:
1818
only:
1919
- master
2020
- DataStorageInterface
21+
- v0.2.x
2122

2223
# command to install dependencies and qcodes
2324
# We want to fail early if there is an installation problem, so

docs/changes/0.2.1.rst

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Changelog for QCoDeS 0.2.1
2+
==========================
3+
4+
This release fixes two small issues with execution of tests in 0.2.0 (#1540)

docs/changes/index.rst

+1
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ Changelogs
1313
0.1.10 <0.1.10>
1414
0.1.11 <0.1.11>
1515
0.2.0 <0.2.0>
16+
0.2.1 <0.2.1>

qcodes/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.2.0'
1+
__version__ = '0.2.1'

0 commit comments

Comments
 (0)