Skip to content

Commit ba7c143

Browse files
committed
Merge branch '40-default-operators'
2 parents b070482 + a3a9b9d commit ba7c143

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

CHANGELOG.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ next
99
* API changes
1010

1111
* #45 simplify=False is now the default for parse and related functions or methods.
12-
12+
* #40 Use "&" and "|" as default operators
13+
1314

1415
2.0.0 (2016-05-11)
1516
------------------

README.md

-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ Example
3434
Documentation
3535
-------------
3636

37-
Note: this version 2.x is a pre-release and the documentation is not yet up to
38-
date.
39-
4037
http://readthedocs.org/docs/booleanpy/en/latest/
4138

4239

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
setup(
2929
name='boolean.py',
30-
version='2.1.dev1',
30+
version='3.0.dev1',
3131
license='revised BSD license',
3232
description='Define boolean algebras, create and parse boolean expressions and create custom boolean DSL.',
3333
long_description=long_desc,

0 commit comments

Comments
 (0)