Skip to content
This repository has been archived by the owner on Dec 10, 2018. It is now read-only.

Commit

Permalink
add changelog, version bumps to v0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
lxyu committed Sep 4, 2014
1 parent 876cf73 commit e439f72
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
ThriftPy Changelog
==================

Version 0.1.10
--------------

Released on September 4, 2014.

- fix memory free bug in cython buffered transport, via `#35`_.
- new thrift parser by PLY, removed cache since the performance is much more
faster now, via `#36`_.

.. _`#35`: https://github.com/eleme/thriftpy/pull/35
.. _`#36`: https://github.com/eleme/thriftpy/pull/36


Version 0.1.9
-------------

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
# built documents.
#
# The short X.Y version.
version = '0.1.8'
version = '0.1.10'
# The full version, including alpha/beta/rc tags.
release = '0.1.8'
release = '0.1.10'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion thriftpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

__version__ = '0.1.9'
__version__ = '0.1.10'

import sys
__python__ = sys.version_info
Expand Down

0 comments on commit e439f72

Please sign in to comment.