Skip to content

Commit

Permalink
mionor version bump (2.10)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcasalboni committed Apr 30, 2021
1 parent 7c989d9 commit ce8cc46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -355,6 +355,7 @@ Note: when you open a new PR, GitHub will run tests on multiple Python environme

## What's new?

* **version 2.10**: exclude tests folder from site-packages
* **version 2.9**: bugfix, versioning support, tests with Python 3.7
* **version 2.8**: bugfix, new tests, fixed Travis build config
* **version 2.7**: support for AWS Secrets Manager integration
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -6,7 +6,7 @@

setup(
name='ssm-cache',
version='2.9',
version='2.10',
description='AWS System Manager Parameter Store caching client for Python',
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',
Expand All @@ -15,7 +15,7 @@
author='Alex Casalboni',
author_email='alex@alexcasalboni.com',
url='https://github.com/alexcasalboni/ssm-cache-python',
download_url='https://github.com/alexcasalboni/ssm-cache-python/archive/2.9.tar.gz',
download_url='https://github.com/alexcasalboni/ssm-cache-python/archive/2.10.tar.gz',
packages=find_packages(exclude=("tests",)),
install_requires=['boto3', 'future'],
)

0 comments on commit ce8cc46

Please sign in to comment.