Skip to content

Commit

Permalink
Add link to wiki with board formatting example
Browse files Browse the repository at this point in the history
  • Loading branch information
chdastolfo committed Sep 25, 2021
1 parent b1f50e0 commit bd0027f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion monday/__version__.py
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit bd0027f

Please sign in to comment.