diff --git a/README.md b/README.md index 7942487..7428371 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,10 @@ monday.items.create_item(board_id='12345678', group_id='today', item_name='Do a - `delete_group(board_id, group_id)` - Delete a group on a given board. +### Additional Resources and Code Samples + +- [Read and format all of the items on a board](https://github.com/ProdPerfect/monday/wiki/Code-Examples#whole-board-formatting-example) + #### Contributions TBD diff --git a/monday/__version__.py b/monday/__version__.py index 38f073b..eb9c3c4 100644 --- a/monday/__version__.py +++ b/monday/__version__.py @@ -1,3 +1,3 @@ -__version__ = '1.2.6' +__version__ = '1.2.7' __author__ = 'Christina D\'Astolfo' __email__ = 'chdastolfo@gmail.com, pevner@prodperfect.com, lemi@prodperfect.com'