Skip to content

Commit f605a58

Browse files
authored
Merge pull request #23 from dw/version-2.2.0
Prepare for 2.2.0 release
2 parents bac8486 + c0f17a3 commit f605a58

3 files changed

Lines changed: 5 additions & 12 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = ''
2828
# The full version, including alpha/beta/rc tags
29-
release = '2.1.0'
29+
release = '2.2.0'
3030

3131

3232
# -- General configuration ---------------------------------------------------

docs/versions.rst

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
Version 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.

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='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'],

0 commit comments

Comments
 (0)