Skip to content

Commit

Permalink
Increasing version to v1.0.1 after expanded dependency constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-li-klaviyo committed Jan 18, 2024
1 parent 35b569c commit 17ae243
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog
=================

1.0.1 (2024-01-17)
------------------

* Expanding version dependency constraints


1.0.0 (2023-11-09)
------------------
Expand Down
2 changes: 1 addition & 1 deletion SUPPORT.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Q&A (please complete the following information)
- OS: [e.g. macOS]
- Version: [e.g. 22.1.0]
- Method of installation: [e.g. github]
- aws-msk-iam-sasl-signer-python version: [e.g. 1.0.0]
- aws-msk-iam-sasl-signer-python version: [e.g. 1.0.1]
- Kafka library name: [e.g. kafka-python]
- Kafka library version
- Provide us a sample code snippet of your producer/consumer
Expand Down
2 changes: 1 addition & 1 deletion aws_msk_iam_sasl_signer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# SPDX-License-Identifier: Apache-2.0

__author__ = "Amazon Managed Streaming for Apache Kafka"
__version__ = "1.0.0"
__version__ = "1.0.1"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0
current_version = 1.0.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/aws/aws-msk-iam-sasl-signer-python",
version="1.0.0",
version="1.0.1",
zip_safe=False,
)

0 comments on commit 17ae243

Please sign in to comment.