Skip to content

Commit c69be3b

Browse files
committed
added version
1 parent 1469fe0 commit c69be3b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
v0.1.35
4+
* Fixed an issue where some EML files were incorrectly decoded.
5+
36
v0.1.34
47
* Fixed an issue that prevented the headers from being parsed correctly for eml files (unknown-8bit encoding).
58
* Fixed an issue that email with attachment was parsed incorrectly for eml files.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "parse-emails"
3-
version = "0.1.34"
3+
version = "0.1.35"
44
description = "Parses an email message file and extracts the data from it."
55
authors = ["Demisto"]
66
license = "MIT"

0 commit comments

Comments
 (0)