Skip to content

Commit c2c9efd

Browse files
committed
Bump patch version
1 parent dba079c commit c2c9efd

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.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

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.2"
1+
__version__ = "3.2.3"
22

33

44
import asyncio

0 commit comments

Comments
 (0)