File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 3.2.4] - 2021-03-22
11+
12+ ### Fixed
13+ - Fixed bug where getting the DataFrame for a datafile failed after downloading the raw file
14+
1015## [ 3.2.3] - 2021-02-26
1116
1217### Fixed
@@ -184,7 +189,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
184189- ` TaigaClient ` 's cache uses feather format instead of pickling
185190
186191
187- [ unreleased ] : https://github.com/broadinstitute/taigapy/compare/3.2.3...HEAD
192+ [ unreleased ] : https://github.com/broadinstitute/taigapy/compare/3.2.4...HEAD
193+ [ 3.2.3 ] : https://github.com/broadinstitute/taigapy/compare/3.2.3...3.2.4
188194[ 3.2.3 ] : https://github.com/broadinstitute/taigapy/compare/3.2.2...3.2.3
189195[ 3.2.2 ] : https://github.com/broadinstitute/taigapy/compare/3.2.1...3.2.2
190196[ 3.2.1 ] : https://github.com/broadinstitute/taigapy/compare/3.2.0...3.2.1
Original file line number Diff line number Diff line change 1- __version__ = "3.2.3 "
1+ __version__ = "3.2.4 "
22
33
44import asyncio
You can’t perform that action at this time.
0 commit comments