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.
2 parents 7f06474 + 10fe47c commit 071cab9Copy full SHA for 071cab9
README.rst
@@ -26,6 +26,7 @@ Requirements
26
27
- Python 2.7 or 3.4+
28
- ``msgpack-python``
29
+- **IMPORTANT**: Version 0.8.0 is the last version supporting Python 2.6, 3.2 and 3.3
30
31
Installation
32
------------
setup.py
@@ -12,7 +12,7 @@
12
13
setup(
14
name='fluent-logger',
15
- version='0.8.0',
+ version='0.9.0',
16
description=desc,
17
long_description=open(README).read(),
18
package_dir={'fluent': 'fluent'},
0 commit comments