Skip to content

Commit

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

- support specifying indexed values by passing callables rather than
interface elements (which are also still supported).
2.0 (2018-06-19)

- in findValues and findValueTokens, `query` argument is now optional. If
the query evaluates to False in a boolean context, all values, or value
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.dev1",
version='2.0',
packages=find_packages('src'),
include_package_data=True,
package_dir={'': 'src'},
Expand Down

0 comments on commit ce1e962

Please sign in to comment.