Skip to content

Commit

Permalink
1.5.6
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Nov 18, 2021
1 parent 899ad70 commit 22a47b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## v1.5.6 (2021-11-18)
### Fix
* Remove ugly print ([`105ec78`](https://github.com/socialpoint-labs/sheetfu/commit/105ec78cf5c8de0d8fe7969829edc8e50aa58937))
* Dummy to test python semantic release ([`342d49d`](https://github.com/socialpoint-labs/sheetfu/commit/342d49d37800c7c0a3103aa06816cf14bb44fe6b))

## v1.5.5 (2021-02-13)
### Fix
* **Sheet:** Addng custom error when using row=0 or column=0 ([`a8f4f43`](https://github.com/socialpoint-labs/sheetfu/commit/a8f4f43b968880a9611b416ac8f38c8ad2ccb535))
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.5.5"
__version__ = "1.5.6"


from sheetfu.client import SpreadsheetApp
Expand Down

0 comments on commit 22a47b7

Please sign in to comment.