From 272451373cb19218c122a8de43aea3ac5f9b0996 Mon Sep 17 00:00:00 2001 From: Nithin Murali Date: Sun, 11 Mar 2018 00:34:46 +0530 Subject: [PATCH] Update readme with new version updates --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8cb16ae..4516c6c 100644 --- a/README.md +++ b/README.md @@ -6,16 +6,19 @@ A simple, intutive library for google sheets which gets most of your work done. Features: * Open, create, delete and share spreadsheets using _title_ or _key_ +* Intutive models - spreadsheet, worksheet, cell, datarange * Control permissions of spreadsheets. * Set cell format, text format, color, write notes -* __NamedRanges__ Support +* Named and Protected Ranges Support * Work with range of cells easily with DataRange -* Do all the updates and push the changes in a batch * TeamDrive Support -## Requirements - -Python 2.6+ or 3+ +## Updates +* version [1.1.4](https://github.com/nithinmurali/pygsheets/releases/tag/1.1.4) released +* uncompalitable function name changes in 1.2.0 (currently in staging) + * update_cell -> update_value + * update_cells -> update_values + * update_cells_prop -> update_cells ## Installation