File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626# The short X.Y version
2727version = ''
2828# The full version, including alpha/beta/rc tags
29- release = '3 .0.0'
29+ release = '4 .0.0'
3030
3131
3232# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 11Version history
22===============
33
4+ * `Version 4.0.0 <https://github.com/dw/python-pure-cdb/releases/tag/v4.0.0 >`_
5+ * This package is now marked as supporting Python 3.6 and above
6+ * Fixed a bug related to items that hash to the value 0 (thanks to pwlodarczyk92)
47* `Version 3.1.1 <https://github.com/dw/python-pure-cdb/releases/tag/v3.1.1 >`_
58 * Fixed a bug with handling hashing errors (thanks to maikroeder)
69* `Version 3.1.0 <https://github.com/dw/python-pure-cdb/releases/tag/v3.1.0 >`_
Original file line number Diff line number Diff line change 2525 keywords = 'cdb file format appengine database db' ,
2626 license = 'MIT' ,
2727 name = 'pure-cdb' ,
28- version = '3.1.1 ' ,
28+ version = '4.0.0 ' ,
2929 packages = find_packages (include = ['cdblib' ]),
3030 ext_modules = ext_modules ,
3131 install_requires = [],
32- python_requires = '>=3.4 ' ,
32+ python_requires = '>=3.6 ' ,
3333 test_suite = 'tests' ,
3434 tests_require = ['flake8' ],
3535 entry_points = {
You can’t perform that action at this time.
0 commit comments