Skip to content

Commit

Permalink
Bump version to 5.2.2
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew McGinn <[email protected]>
  • Loading branch information
xginn8 committed Mar 14, 2019
1 parent f03f495 commit 5eda204
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added

### Changed
- Fix 'TypeError: Already tz-aware' introduced with recent versions of Panda (#671, #676, thx @f4bsch @clslgrnc)

### Removed

## [v5.2.2] - 2019-03-14
### Added

### Changed
- Fix 'TypeError: Already tz-aware' introduced with recent versions of Panda (#671, #676, thx @f4bsch @clslgrnc)

## [v5.2.1] - 2018-12-07
### Added

Expand Down
2 changes: 1 addition & 1 deletion influxdb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
]


__version__ = '5.2.1'
__version__ = '5.2.2'

0 comments on commit 5eda204

Please sign in to comment.