Skip to content

Commit 822a9ad

Browse files
committed
This is version 3.0.0
1 parent b1d8fbe commit 822a9ad

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/versions.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
Version history
22
===============
33

4-
* `Version 2.3.0 <https://github.com/dw/python-pure-cdb/releases/tag/v2.3.0>`_
4+
* `Version 3.0.0 <https://github.com/dw/python-pure-cdb/releases/tag/v2.3.0>`_
5+
* 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>`
56
* Added `python-cdb` compatibility module.
67
* `Version 2.2.0 <https://github.com/dw/python-pure-cdb/releases/tag/v2.2.0>`_
78
* 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='4.0.0',
27+
version='3.0.0',
2828
packages=find_packages(include=['cdblib']),
2929
ext_modules=ext_modules,
3030
install_requires=[],

0 commit comments

Comments
 (0)