Skip to content

Commit

Permalink
pycryptodome
Browse files Browse the repository at this point in the history
  • Loading branch information
jiasli committed Apr 7, 2022
1 parent 4ee5a18 commit 5bba854
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 5 additions & 1 deletion src/k8s-configuration/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Release History
===============

1.5.1
++++++++++++++++++
* Bump pycryptodome to 3.14.1 to support Python 3.10

1.5.0
++++++++++++++++++
* Update models to 2022-03-01 for GA
Expand Down Expand Up @@ -45,4 +49,4 @@ Release History
++++++++++++++++++
* Support api-version 2021-03-01
* Update helm operator parameter aliases
* Migrate from k8sconfiguration to k8s-configuration
* Migrate from k8sconfiguration to k8s-configuration
6 changes: 4 additions & 2 deletions src/k8s-configuration/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

logger.warn("Wheel is not available, disabling bdist_wheel hook")

VERSION = "1.5.0"
VERSION = "1.5.1"

# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand All @@ -29,10 +29,12 @@
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"License :: OSI Approved :: MIT License",
]

DEPENDENCIES = ["pycryptodome~=3.9.8"]
DEPENDENCIES = ["pycryptodome~=3.14.1"]

with open("README.rst", "r", encoding="utf-8") as f:
README = f.read()
Expand Down

0 comments on commit 5bba854

Please sign in to comment.