Skip to content

Commit 3d804e0

Browse files
committed
chg: 🔖 prepare v1.2.1
1 parent 73942cb commit 3d804e0

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

‎CHANGELOG.md‎

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Mindee python SDK
22

3+
## v1.2.1 (2020-09-23)
4+
5+
### Fix
6+
7+
* :bug: Forward uploaded file name for file verification rules
8+
* :bug: Change token management for new header format
9+
310
## v1.2.0 (2020-08-25)
411

512
### Chg
@@ -31,13 +38,13 @@
3138

3239
### Chg
3340

34-
* Updated invoice API endpoint to V2
41+
* Updated invoice API endpoint to V2
3542

3643
## v1.0.2 (2020-12-01)
3744

3845
### Fix
3946

40-
* Fixed null tax rate issue
47+
* Fixed null tax rate issue
4148

4249
## v1.0.0 (2020-10-28)
4350

‎setup.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ def make_requirements_list(file="requirements.txt", only_regular=True):
3535
python_requires=">=3.0",
3636
name=f"{PACKAGE_NAME}",
3737
description="Mindee API helper library for python",
38-
version="v1.1.3",
38+
version="v1.2.1",
3939
long_description=long_description,
4040
long_description_content_type="text/markdown",
4141
url=GIT_URL,
4242
packages=find_packages(),
4343
author="Mindee",
44-
author_email="contact@mindee.com",
44+
author_email="devrel@mindee.com",
4545
install_requires=make_requirements_list(),
4646
include_package_data=True
4747
)

0 commit comments

Comments
 (0)