-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pull request #28: DXE-1503 Added release version and changelog update
- Loading branch information
1 parent
e0b54bc
commit 72f3bfb
Showing
3 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]', | ||
|