Skip to content

Commit 8eed922

Browse files
committed
Bump patch version
1 parent d27cc24 commit 8eed922

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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

taigapy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.2.3"
1+
__version__ = "3.2.4"
22

33

44
import asyncio

0 commit comments

Comments
 (0)