We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0394502 commit ecd8f00Copy full SHA for ecd8f00
CHANGES.md
@@ -1,6 +1,10 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+## [2.0.3] - 2023-03-28 (ricosuave73)
5
+### Fixed
6
+- Messages collection moved from class to instance. PR by sheepsy90.
7
+
8
## [2.0.2] - 2022-11-10 (ricosuave73)
9
### Fixed
10
- Fixed a bug, where setting the sender was ignored.
cm_text/version.py
@@ -1,2 +1,2 @@
-__version__ = '2.0.2'
+__version__ = '2.0.3'
0 commit comments