Skip to content

Commit

Permalink
1.6.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Nov 26, 2021
1 parent 1c81c1a commit 07dfc13
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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

## v1.6.0 (2021-11-26)
### Feature
* Add formulas integration ([`590df68`](https://github.com/socialpoint-labs/sheetfu/commit/590df68221c580c33a0c5e4c564dca71e569aceb))
* **Range:** Add datetime python conversion ([`fe664b6`](https://github.com/socialpoint-labs/sheetfu/commit/fe664b614b6eb17bbe1b469fcc94efdc39be5ef9))
* **Item:** Add to_dict method to convert Item object to simple dictionary ([`210d10e`](https://github.com/socialpoint-labs/sheetfu/commit/210d10edd5ae4fafd289ca1683a211c28c5bca5c))

### Fix
* PEP8 formatting ([`04a74f9`](https://github.com/socialpoint-labs/sheetfu/commit/04a74f9b657670be6aa1fe07ad802af78e071017))
* **Sheet:** Fixes missing sheet name in a1 notation when using get_range method ([`4770fb1`](https://github.com/socialpoint-labs/sheetfu/commit/4770fb142e4d4a19e18d4eff8899f58c673befeb))

### Documentation
* Add datetime explanation in the README ([`cb21f86`](https://github.com/socialpoint-labs/sheetfu/commit/cb21f863ec29e05e03fa29393d5adf1ca43545d4))

## v1.5.6 (2021-11-18)
### Fix
* Remove ugly print ([`105ec78`](https://github.com/socialpoint-labs/sheetfu/commit/105ec78cf5c8de0d8fe7969829edc8e50aa58937))
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.6"
__version__ = "1.6.0"


from sheetfu.client import SpreadsheetApp
Expand Down

0 comments on commit 07dfc13

Please sign in to comment.