We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2931d92 commit 72534b1Copy full SHA for 72534b1
CHANGELOG.rst
@@ -1,6 +1,15 @@
1
Change Log
2
==========
3
4
+(0.4.2) - 2017-11-14
5
+--------------------
6
+
7
+Changed
8
+"""""""
9
+- Fixed bug ``list_instruments()`` bug introduced in 0.4.1
10
+- Updated more documentation
11
12
13
(0.4.1) - 2017-11-14
14
--------------------
15
instrumental/__about__.py
@@ -4,7 +4,7 @@
import datetime
__distname__ = "Instrumental-lib"
-__version__ = "0.4.1"
+__version__ = "0.4.2"
__author__ = "Nate Bogdanowicz"
__email__ = "natezb@gmail.com"
__url__ = 'https://github.com/mabuchilab/Instrumental'
0 commit comments