Skip to content

Commit

Permalink
bump: version 3.2.2 → 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ShayHill committed Dec 5, 2024
1 parent c3cc81c commit 40d191f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

## 3.3.0 (2024-12-05)

### Feat

- skip elements with invalid tags. Issue a warning. These are usually the
result of faulty conversion software.

## 3.2.1 (2024-11-17)

### Feat
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[project]
name = "docx2python"
version = "3.2.2"
version = "3.3.0"
description = "Extract content from docx files"
authors = [{ name = "Shay Hill", email = "[email protected]" }]
license = {text = "MIT"}
Expand All @@ -19,7 +19,7 @@ build-backend = "setuptools.build_meta"

[tool.commitizen]
name = "cz_conventional_commits"
version = "3.2.2"
version = "3.3.0"
tag_format = "$version"
major-version-zero = true
version_files = ["pyproject.toml:^version"]
Expand Down

0 comments on commit 40d191f

Please sign in to comment.