Skip to content

Commit

Permalink
Bump version 0.3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
ZHAO authored and ariesdevil committed Apr 11, 2020
1 parent 770c83a commit 101fef8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ A pure python implementation of Apache Mesos scheduler, executor and operator.

Note:
------
If you encounter errors when install zkpython, please do ``suto apt install python-dev libzookeeper-st-dev libzookeeper-mt-dev`` first.

Since ``PyMesos 0.2.0``, ``Apache Mesos`` HTTP API is implemented instead of the ``Protobuf`` API.

Expand Down
2 changes: 1 addition & 1 deletion pymesos/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
logger.setLevel(logging.INFO)


__VERSION__ = '0.3.13'
__VERSION__ = '0.3.14'

__all__ = (
'Scheduler',
Expand Down

0 comments on commit 101fef8

Please sign in to comment.