Skip to content

Commit

Permalink
Back to development: 2.1
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Michael Howitz committed Jun 19, 2018
1 parent ce1e962 commit a59e400
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ Changes in 2.0
- support both 64-bit and 32-bit BTree families

- support specifying indexed values by passing callables rather than
2.1 (unreleased)
----------------

- Nothing changed yet.


2.0 (2018-06-19)

- in findValues and findValueTokens, `query` argument is now optional. If
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def read(path):

setup(
name="zc.relationship",
version='2.0',
version='2.1.dev0',
packages=find_packages('src'),
include_package_data=True,
package_dir={'': 'src'},
Expand Down

0 comments on commit a59e400

Please sign in to comment.