Skip to content

Commit 72534b1

Browse files
committed
Prepare for bugfix-bugfix release 0.4.2
1 parent 2931d92 commit 72534b1

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Change Log
22
==========
33

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+
413
(0.4.1) - 2017-11-14
514
--------------------
615

instrumental/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import datetime
55

66
__distname__ = "Instrumental-lib"
7-
__version__ = "0.4.1"
7+
__version__ = "0.4.2"
88
__author__ = "Nate Bogdanowicz"
99
__email__ = "natezb@gmail.com"
1010
__url__ = 'https://github.com/mabuchilab/Instrumental'

0 commit comments

Comments
 (0)