Skip to content

Commit 1c96ce2

Browse files
committed
v5.2.0
1 parent b7e43c3 commit 1c96ce2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88
### Added
9+
10+
### Changed
11+
12+
### Removed
13+
14+
## [v5.2.0] - 2018-07-10
15+
### Added
916
- Finally add a CHANGELOG.md to communicate breaking changes (#598)
1017
- Test multiple versions of InfluxDB in travis
1118
- Add SHARD DURATION parameter to retention policy create/alter

influxdb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
]
1919

2020

21-
__version__ = '5.1.0'
21+
__version__ = '5.2.0'

0 commit comments

Comments
 (0)