Skip to content

Commit

Permalink
release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bfontaine committed Mar 29, 2024
1 parent d281613 commit cca679c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# mmc Changelog

## Unreleased
## 0.1.1 (2024/03/29)

* Add `get_custom_emojis`
* Add `get_total_channels_count`, `get_total_posts_count`, `get_total_file_storage_usage_bytes`
Expand Down
2 changes: 1 addition & 1 deletion mmc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__all__ = ["Mattermost", "__version__"]

__version__ = "0.1.0"
__version__ = "0.1.1"


def ordered_items(response: JSONDict, items_keys: str) -> List[Tuple[str, JSONDict]]:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mmc"
version = "0.1.0"
version = "0.1.1"
description = "Minimal Mattermost API client"
authors = ["Baptiste Fontaine <baptiste@bixoto.com>"]
license = "MIT"
Expand Down

0 comments on commit cca679c

Please sign in to comment.