Skip to content

Commit 1302d6f

Browse files
Merge pull request #443 from TeamMsgExtractor/next-release
Version 0.51.1
2 parents 9e276e0 + 3b44caa commit 1302d6f

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
**v0.51.1**
2+
* Add class type added in last version to known class types.
3+
14
**v0.51.0**
25
* [[TeamMsgExtractor #401](https://github.com/TeamMsgExtractor/msg-extractor/issues/401)] Add basic support for MSG class type `IPM.SkypeTeams.Message`.
36

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,8 @@ your access to the newest major version of extract-msg.
260260
.. |License: GPL v3| image:: https://img.shields.io/badge/License-GPLv3-blue.svg
261261
:target: LICENSE.txt
262262

263-
.. |PyPI3| image:: https://img.shields.io/badge/pypi-0.51.0-blue.svg
264-
:target: https://pypi.org/project/extract-msg/0.51.0 /
263+
.. |PyPI3| image:: https://img.shields.io/badge/pypi-0.51.1-blue.svg
264+
:target: https://pypi.org/project/extract-msg/0.51.1/
265265

266266
.. |PyPI2| image:: https://img.shields.io/badge/python-3.8+-brightgreen.svg
267267
:target: https://www.python.org/downloads/release/python-3810/

extract_msg/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
__author__ = 'Destiny Peterson & Matthew Walker'
3030
__date__ = '2024-10-11'
31-
__version__ = '0.51.0'
31+
__version__ = '0.51.1'
3232

3333
__all__ = [
3434
# Modules:

extract_msg/constants/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@
222222
'ipm.report',
223223
'ipm.resend',
224224
'ipm.schedule',
225+
'ipm.skypeteams.message'
225226
'ipm.task',
226227
'ipm.taskrequest',
227228
'report',
@@ -291,4 +292,4 @@
291292
0x1102: 'PtypMultipleBinary',
292293
}
293294

294-
# END CONSTANTS.
295+
# END CONSTANTS.

0 commit comments

Comments
 (0)