We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7cadcd commit 0ca664bCopy full SHA for 0ca664b
HISTORY.rst
@@ -1,7 +1,7 @@
1
Changelog
2
---------
3
4
-4.2.0 (----------)
+4.2.0 (2019-04-01)
5
~~~~~~~~~~~~~~~~~~
6
7
* Make Variable shortcuts compatible with subclassing
lib/tri/query/__init__.py
@@ -68,7 +68,7 @@
68
69
# TODO: short form for boolean values? "is_us_person" or "!is_us_person"
70
71
-__version__ = '4.1.0' # pragma: no mutate
+__version__ = '4.2.0' # pragma: no mutate
72
73
74
class QueryException(Exception):
0 commit comments