1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
8d1232d48d 🤖 Bumped version to 0.1.7
All checks were successful
Package Python / Package (push) Successful in 25s
Run Python tests (through Pytest) / Test (push) Successful in 25s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 22s
This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
2024-11-28 21:05:24 +01:00
64d84101e1 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
2024-11-28 21:03:50 +01:00
2 changed files with 4 additions and 3 deletions

View File

@ -4,7 +4,9 @@
# Markdown Message Conversion.
# Markdown Message Conversion
![Test program/library](https://gitfub.space/Jmaa/libpurple-to-markdown/actions/workflows/python-test.yml/badge.svg)
Conversion script from various messaging formats to markdown.
@ -69,7 +71,6 @@ python -m libpurple_to_markdown LOG_DIRECTORY --output OUTPUT_FOLDER --skip-this
- [ ] SyncTech: Decode MMS parts and reconstruct image attachments.
## Dependencies
All requirements can be installed easily using:

View File

@ -1 +1 @@
__version__ = '0.1.6'
__version__ = '0.1.7'