Skip to content

Commit fc45167

Browse files
committed
Release version 1.13.0 [skip ci]
1 parent a4b1a8f commit fc45167

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Python Liquid Change Log
22

3+
## Version 1.13.0
4+
5+
**Features**
6+
7+
- Added a `shorthand_indexes` class variable to `liquid.Environment`. When `shorthand_indexes` is set to `True` (default is `False`), array indexes in variable paths need not be surrounded by square brackets. See [#165](https://github.com/jg-rp/liquid/pull/165).
8+
39
## Version 1.12.2
410

511
**Fixes**

liquid/__init__.py

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

4747
from . import future
4848

49-
__version__ = "1.12.2"
49+
__version__ = "1.13.0"
5050

5151
__all__ = (
5252
"AwareBoundTemplate",

0 commit comments

Comments
 (0)