Skip to content

Commit a1f496a

Browse files
authored
Merge pull request #36 from bbayles/version-3.1.1
Release notes for 3.1.1
2 parents d1ff486 + d0964ef commit a1f496a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/versions.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
Version history
22
===============
33

4+
* `Version 3.1.1 <https://github.com/dw/python-pure-cdb/releases/tag/v3.1.1>`_
5+
* Fixed a bug with handling hashing errors (thanks to maikroeder)
46
* `Version 3.1.0 <https://github.com/dw/python-pure-cdb/releases/tag/v3.1.0>`_
57
* `Reader` instances now act as context managers, and can be called with file paths or file-like objects.
68
* `Version 3.0.0 <https://github.com/dw/python-pure-cdb/releases/tag/v3.0.0>`_
7-
* This package now supports Python 3 only. For a version that works with Python 2, see `this older release <https://github.com/dw/python-pure-cdb/releases/tag/v2.2.0>`
9+
* This package now supports Python 3 only. For a version that works with Python 2, see `this older release <https://github.com/dw/python-pure-cdb/releases/tag/v2.2.0>`_.
810
* Added the `python-cdb` compatibility module
911
* `Version 2.2.0 <https://github.com/dw/python-pure-cdb/releases/tag/v2.2.0>`_
1012
* Added non-`strict` mode for convenience when using non-binary keys.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
keywords='cdb file format appengine database db',
2525
license='MIT',
2626
name='pure-cdb',
27-
version='3.1.0',
27+
version='3.1.1',
2828
packages=find_packages(include=['cdblib']),
2929
ext_modules=ext_modules,
3030
install_requires=[],

0 commit comments

Comments
 (0)