Skip to content

Commit 06c9d46

Browse files
authored
Aggregates, ParenthesisExpression and __str__ from Expressions.
2 parents 9ddc827 + a20836e commit 06c9d46

File tree

3 files changed

+223
-36
lines changed

3 files changed

+223
-36
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def _LatestTagName():
3737

3838
# The full version, including alpha/beta/rc tags
3939
version = "0.9" # The short X.Y version.
40-
release = "0.10.0" # The full version, including alpha/beta/rc tags.
40+
release = "0.10.1" # The full version, including alpha/beta/rc tags.
4141
try:
4242
if _IsUnderGitControl:
4343
latestTagName = _LatestTagName()[1:] # remove prefix "v"

0 commit comments

Comments
 (0)