Skip to content

Commit 0ca664b

Browse files
author
Johan Lübcke
committed
Release
1 parent c7cadcd commit 0ca664b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
---------
33

4-
4.2.0 (----------)
4+
4.2.0 (2019-04-01)
55
~~~~~~~~~~~~~~~~~~
66

77
* Make Variable shortcuts compatible with subclassing

lib/tri/query/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868

6969
# TODO: short form for boolean values? "is_us_person" or "!is_us_person"
7070

71-
__version__ = '4.1.0' # pragma: no mutate
71+
__version__ = '4.2.0' # pragma: no mutate
7272

7373

7474
class QueryException(Exception):

0 commit comments

Comments
 (0)