Skip to content

Commit

Permalink
1.6.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Dec 7, 2021
1 parent 4d0e746 commit fa9f1fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## v1.6.1 (2021-12-07)
### Fix
* **Range:** Enforce userEnteredFormat as a field mask ([`1e77f6b`](https://github.com/socialpoint-labs/sheetfu/commit/1e77f6b449d18b9ee7c6bffdd0d680db7d402494))

## v1.6.0 (2021-11-26)
### Feature
* Add formulas integration ([`590df68`](https://github.com/socialpoint-labs/sheetfu/commit/590df68221c580c33a0c5e4c564dca71e569aceb))
Expand Down
2 changes: 1 addition & 1 deletion sheetfu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# Important! Never update this version manually. The automatic semantic-releases library takes care of updating it #
# Manually changing this number could result in unexpected behaviour #
__version__ = "1.6.0"
__version__ = "1.6.1"


from sheetfu.client import SpreadsheetApp
Expand Down

0 comments on commit fa9f1fc

Please sign in to comment.