Skip to content

Commit 42856a3

Browse files
authored
Merge pull request #454 from fyntex/develop
Deploy release v0.22.1
2 parents cee9080 + bf3a3bd commit 42856a3

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.22.0
2+
current_version = 0.22.1
33
commit = True
44
tag = False
55
message = chore: Bump version from {current_version} to {new_version}

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# History
22

3+
## 0.22.1 (2023-03-09)
4+
5+
- (PR #452, 2023-03-09) fix(data.cte): Add JSON files to MANIFEST.in
6+
37
## 0.22.0 (2023-03-09)
48

59
- (PR #446, 2023-03-07) chore(deps-dev): Bump mypy from 0.991 to 1.0.1

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
include HISTORY.md
22
include LICENSE
33
include README.md
4+
include cl_sii/data/cte/*.json
45
recursive-include cl_sii *py
56
recursive-include cl_sii/data/cte/schemas-json *.schema.json
67
recursive-include cl_sii/data/ref/factura_electronica/schemas-xml *.xsd

cl_sii/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"""
66

77

8-
__version__ = '0.22.0'
8+
__version__ = '0.22.1'

0 commit comments

Comments
 (0)