Skip to content

Commit 071cab9

Browse files
authored
Merge pull request fluent#123 from arcivanov/release_0.9.0
Release 0.9.0
2 parents 7f06474 + 10fe47c commit 071cab9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Requirements
2626

2727
- Python 2.7 or 3.4+
2828
- ``msgpack-python``
29+
- **IMPORTANT**: Version 0.8.0 is the last version supporting Python 2.6, 3.2 and 3.3
2930

3031
Installation
3132
------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name='fluent-logger',
15-
version='0.8.0',
15+
version='0.9.0',
1616
description=desc,
1717
long_description=open(README).read(),
1818
package_dir={'fluent': 'fluent'},

0 commit comments

Comments
 (0)