Skip to content

Commit

Permalink
Merge pull request #40 from ProdPerfect/readme-formatting-example
Browse files Browse the repository at this point in the history
Add link to wiki with board formatting example
  • Loading branch information
chdastolfo authored Sep 25, 2021
2 parents b1f50e0 + bd0027f commit 9aa7a8b
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 9aa7a8b

Please sign in to comment.