Skip to content

Commit

Permalink
chg: 🔖 prepare v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper committed Sep 23, 2021
1 parent 73942cb commit 3d804e0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Mindee python SDK

## v1.2.1 (2020-09-23)

### Fix

* :bug: Forward uploaded file name for file verification rules
* :bug: Change token management for new header format

## v1.2.0 (2020-08-25)

### Chg
Expand Down Expand Up @@ -31,13 +38,13 @@

### Chg

* Updated invoice API endpoint to V2
* Updated invoice API endpoint to V2

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

### Fix

* Fixed null tax rate issue
* Fixed null tax rate issue

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

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ def make_requirements_list(file="requirements.txt", only_regular=True):
python_requires=">=3.0",
name=f"{PACKAGE_NAME}",
description="Mindee API helper library for python",
version="v1.1.3",
version="v1.2.1",
long_description=long_description,
long_description_content_type="text/markdown",
url=GIT_URL,
packages=find_packages(),
author="Mindee",
author_email="contact@mindee.com",
author_email="devrel@mindee.com",
install_requires=make_requirements_list(),
include_package_data=True
)

0 comments on commit 3d804e0

Please sign in to comment.