Skip to content

Commit

Permalink
1.1.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jan 17, 2024
1 parent 60d57ad commit d50dc1e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@



## v1.1.3 (2024-01-17)

### Fix

* fix(client): handling more than 20 items in get_fields ([`ab36307`](https://github.com/lotrekagency/mailupy/commit/ab36307aa963de85d35c088a96a34ee27b3a1207))

* fix(exceptions): full response.json() in exception ([`78bb6bd`](https://github.com/lotrekagency/mailupy/commit/78bb6bdb7892284fa6bd8c551d4433c476f3a757))

### Unknown

* Merge pull request #8 from lotrekagency/fix/missing-error-description

Fix/missing error description ([`60d57ad`](https://github.com/lotrekagency/mailupy/commit/60d57adf18e0e695c106202bcafcfe3d14fc4e43))

* Merge remote-tracking branch 'origin/master' into fix/missing-error-description ([`1197116`](https://github.com/lotrekagency/mailupy/commit/11971169c3fc8d147092646299ca7853852df995))


## v1.1.2 (2024-01-16)

### Chore
Expand Down
2 changes: 1 addition & 1 deletion mailupy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .client import Mailupy # NOQA
from .exceptions import MailupyException, MailupyRequestException # NOQA

__version__ = "1.1.2"
__version__ = "1.1.3"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from setuptools import setup

__version__ = "1.1.2"
__version__ = "1.1.3"

setup(version=__version__)

0 comments on commit d50dc1e

Please sign in to comment.