Skip to content

Commit

Permalink
Merge pull request #159 from arcivanov/release/0.9.5
Browse files Browse the repository at this point in the history
Release/0.9.5
  • Loading branch information
arcivanov committed Feb 24, 2020
2 parents a37f313 + 0d5d188 commit e00bcdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ deploy:
secure: CpNaj4F3TZvpP1aSJWidh/XexrWODV2sBdObrYU79Gyh9hFl6WLsA3JM9BfVsy9cGb/P/jP6ly4Z0/6qdIzZ5D6FPOB1B7rn5GZ2LAMOypRCA6W2uJbRjUU373Wut0p0OmQcMPto6XJsMlpvOEq+1uAq+LLAnAGEmmYTeskZebs=
on:
tags: true
condition: '"$TRAVIS_PYTHON_VERSION" = "3.7" || "$TRAVIS_PYTHON_VERSION" = "2.7"'
condition: '"$TRAVIS_PYTHON_VERSION" = "3.8" || "$TRAVIS_PYTHON_VERSION" = "2.7"'
distributions: "sdist bdist_wheel"

matrix:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@

setup(
name='fluent-logger',
version='0.9.4',
version='0.9.5',
description=desc,
long_description=open(README).read(),
package_dir={'fluent': 'fluent'},
packages=['fluent'],
install_requires=['msgpack'],
install_requires=['msgpack<1.0.0'],
author='Kazuki Ohta',
author_email='[email protected]',
url='https://github.com/fluent/fluent-logger-python',
Expand Down

0 comments on commit e00bcdd

Please sign in to comment.