Skip to content

Commit

Permalink
0.16.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jun 23, 2024
1 parent e72080d commit 3a7ac68
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!--next-version-placeholder-->

## v0.16.1 (2024-06-23)

### Fix

* Remove scientific notation formatting for small scale numbers ([`e72080d`](https://github.com/rx-modules/bolt-expressions/commit/e72080d2ffada4fd6c4adc912b90e08a84569505))

## v0.16.0 (2024-02-23)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion bolt_expressions/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.16.0"
__version__ = "0.16.1"

from .api import *
from .exceptions import *
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bolt-expressions"
version = "0.16.0"
version = "0.16.1"
description = "Provides pandas-like expressions capabilities to the bolt extension of mecha"
authors = ["rx97", "TheWii"]
license = "MIT"
Expand Down

0 comments on commit 3a7ac68

Please sign in to comment.