8000 feat: add models for ConvertorSeparation and models for document Taxo… · u2d-ai/msaDocModels@c833b8e · GitHub
[go: up one dir, main page]

Skip to content

Commit c833b8e

Browse files
author
SekachVitaliy
committed
feat: add models for ConvertorSeparation and models for document Taxonomy
1 parent adbedb3 commit c833b8e

File tree

3 files changed

+998
-11
lines changed

3 files changed

+998
-11
lines changed

docs/release-notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# msaDocModels Release Notes
22
## Possible future features:
33

4+
# 0.0.101
5+
6+
- add models for ConvertorSeparation and models for document Taxonomy
7+
48
# 0.0.100
59

610
- add Input and DTO models for Spellcheck

msaDocModels/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import glob
22
from os.path import basename, dirname, isfile, join
33

4-
version = "0.0.100"
4+
version = "0.0.101"
55
__author__ = "Stefan Welcker"
66
__copyright__ = "Copyright 2022, U2D.ai"
77
__license__ = "MIT"

0 commit comments

Comments
 (0)
0