Skip to content

Commit e00bcdd

Browse files
authored
Merge pull request fluent#159 from arcivanov/release/0.9.5
Release/0.9.5
2 parents a37f313 + 0d5d188 commit e00bcdd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ deploy:
2727
secure: CpNaj4F3TZvpP1aSJWidh/XexrWODV2sBdObrYU79Gyh9hFl6WLsA3JM9BfVsy9cGb/P/jP6ly4Z0/6qdIzZ5D6FPOB1B7rn5GZ2LAMOypRCA6W2uJbRjUU373Wut0p0OmQcMPto6XJsMlpvOEq+1uAq+LLAnAGEmmYTeskZebs=
2828
on:
2929
tags: true
30-
condition: '"$TRAVIS_PYTHON_VERSION" = "3.7" || "$TRAVIS_PYTHON_VERSION" = "2.7"'
30+
condition: '"$TRAVIS_PYTHON_VERSION" = "3.8" || "$TRAVIS_PYTHON_VERSION" = "2.7"'
3131
distributions: "sdist bdist_wheel"
3232

3333
matrix:

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212

1313
setup(
1414
name='fluent-logger',
15-
version='0.9.4',
15+
version='0.9.5',
1616
description=desc,
1717
long_description=open(README).read(),
1818
package_dir={'fluent': 'fluent'},
1919
packages=['fluent'],
20-
install_requires=['msgpack'],
20+
install_requires=['msgpack<1.0.0'],
2121
author='Kazuki Ohta',
2222
author_email='kazuki.ohta@gmail.com',
2323
url='https://github.com/fluent/fluent-logger-python',

0 commit comments

Comments
 (0)