Skip to content

Commit

Permalink
Pull request #28: DXE-1503 Added release version and changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
Slonimskaia committed Aug 29, 2022
1 parent e0b54bc commit 72f3bfb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
History
-------

1.3.0 (2022-08-29)
++++++++++++++++++

* Improvements
- decouple from `requests` library
- add support for MultipartEncoder

* Bug fixes
- remove unnecessary shebangs and permissions

1.2.1 (2021-10-11)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion akamai/edgegrid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
__all__ = ['EdgeGridAuth', 'EdgeRc']

__title__ = 'edgegrid-python'
__version__ = '1.2.1'
__version__ = '1.3.0'
__author__ = 'Jonathan Landis <[email protected]>'
__maintainer__ = 'Akamai Developer Experience team <[email protected]>'
__license__ = 'Apache 2.0'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
setup(
name='edgegrid-python',
version='1.2.1',
version='1.3.0',
description='{OPEN} client authentication protocol for python-requests',
author='Jonathan Landis',
author_email='[email protected]',
Expand Down

0 comments on commit 72f3bfb

Please sign in to comment.