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.3] - 2021-02-26
11+
12+ ### Fixed
13+ - Fixed typos in ` taigaclient ` that were preventing downloading files
14+
1015## [ 3.2.2] - 2021-02-18
1116
1217### Fixed
@@ -179,7 +184,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
179184- ` TaigaClient ` 's cache uses feather format instead of pickling
180185
181186
182- [ unreleased ] : https://github.com/broadinstitute/taigapy/compare/3.2.2...HEAD
187+ [ unreleased ] : https://github.com/broadinstitute/taigapy/compare/3.2.3...HEAD
188+ [ 3.2.3 ] : https://github.com/broadinstitute/taigapy/compare/3.2.2...3.2.3
183189[ 3.2.2 ] : https://github.com/broadinstitute/taigapy/compare/3.2.1...3.2.2
184190[ 3.2.1 ] : https://github.com/broadinstitute/taigapy/compare/3.2.0...3.2.1
185191[ 3.2.0 ] : https://github.com/broadinstitute/taigapy/compare/3.1.0...3.2.0
Original file line number Diff line number Diff line change 1- __version__ = "3.2.2 "
1+ __version__ = "3.2.3 "
22
33
44import asyncio
You can’t perform that action at this time.
0 commit comments