Skip to content

Commit

Permalink
release/0.1.3 (#506)
Browse files Browse the repository at this point in the history
*  flesh out release

* docs: Add changelog

* bump version
  • Loading branch information
giulioungaretti committed Mar 2, 2017
1 parent aed8460 commit 954f9f2
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 3 deletions.
30 changes: 30 additions & 0 deletions docs/changes/0.1.3.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
Changelog for QCoDeS 0.1.3
==========================

Breaking Changes
----------------

- New and slightly improved parameter (#403)
- Units is deprecated (with a warning and a redirect to unit)

New & Improved
--------------

- Human readable snapshot

- Drivers:

- add yokogawa gs200 (#393)
- add SG384 (#318)
- new awg5014 driver
- add Spectrum M4i.44xx-x8 driver

- Automatic build / test system

Fixed
-----
- fix Keithely 2600 precision
- Cosmetic issues


-
3 changes: 1 addition & 2 deletions docs/changes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ Changelogs
.. toctree::
0.1.0 <0.1.0>
0.1.2 <0.1.2>

0.1.2 is where we are now.
0.1.3 <0.1.3>
2 changes: 1 addition & 1 deletion qcodes/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.2'
__version__ = '0.1.3'

0 comments on commit 954f9f2

Please sign in to comment.