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 = '2.1 .0'
29+ release = '2.2 .0'
3030
3131
3232# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 11Version history
22===============
33
4- Development version (2.2.0-dev)
5- -------------------------------
6-
7- * Added non-`strict ` mode for convenience when using non-binary keys.
8- * Re-wrote documentation.
9-
10-
11- Older versions
12- --------------
13-
4+ * `Version 2.2.0 <https://github.com/dw/python-pure-cdb/releases/tag/v2.2.0 >`_
5+ * Added non-`strict ` mode for convenience when using non-binary keys.
6+ * API docs are now available at ReadTheDocs.
147* `Version 2.1.0 <https://github.com/dw/python-pure-cdb/releases/tag/v2.1.0 >`_
158 * Python 3 support
169 * `Writer ` and `Writer64 ` can now act as context managers.
Original file line number Diff line number Diff line change 2424 keywords = 'cdb file format appengine database db' ,
2525 license = 'MIT' ,
2626 name = 'pure-cdb' ,
27- version = '2.1 .0' ,
27+ version = '2.2 .0' ,
2828 packages = find_packages (include = ['cdblib' ]),
2929 ext_modules = ext_modules ,
3030 install_requires = ['six>=1.0.0,<2.0.0' ],
You can’t perform that action at this time.
0 commit comments