8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7e43c3 commit 1c96ce2Copy full SHA for 1c96ce2
CHANGELOG.md
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
7
## [Unreleased]
8
### Added
9
+
10
+### Changed
11
12
+### Removed
13
14
+## [v5.2.0] - 2018-07-10
15
+### Added
16
- Finally add a CHANGELOG.md to communicate breaking changes (#598)
17
- Test multiple versions of InfluxDB in travis
18
- Add SHARD DURATION parameter to retention policy create/alter
influxdb/__init__.py
@@ -18,4 +18,4 @@
]
19
20
21
-__version__ = '5.1.0'
+__version__ = '5.2.0'
0 commit comments