Skip to content

Commit fa6599e

Browse files
committed
0.13.1
Automatically generated by python-semantic-release
1 parent a07da7d commit fa6599e

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.13.1 (2024-01-24)
6+
7+
### Fix
8+
9+
* Remove rich import ([`a07da7d`](https://github.com/rx-modules/bolt-expressions/commit/a07da7d539b1d0289d539d82493de8ed465d9e28))
10+
511
## v0.13.0 (2024-01-23)
612

713
### Feature

bolt_expressions/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.13.0"
1+
__version__ = "0.13.1"
22

33
from .api import *
44
from .ast import *

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "bolt-expressions"
3-
version = "0.13.0"
3+
version = "0.13.1"
44
description = "Provides pandas-like expressions capabilities to the bolt extension of mecha"
55
authors = ["rx97", "TheWii"]
66
license = "MIT"

0 commit comments

Comments
 (0)