Skip to content

Commit 70106a2

Browse files
committed
chore: bump to release candidate
Signed-off-by: heitorlessa <[email protected]>
1 parent bd6f43a commit 70106a2

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ _`*` Core utilities are Tracer, Logger and Metrics. Optional utilities may vary
1717

1818
## Powertools available
1919

20-
* [Python - Beta](./python/README.md)
20+
* [Python](./python/README.md)
2121

2222
## Credits
2323

Diff for: python/README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
# Lambda Powertools
22

3-
![PackageStatus](https://img.shields.io/static/v1?label=status&message=beta&color=blueviolet?style=flat-square) ![PythonSupport](https://img.shields.io/static/v1?label=python&message=3.6%20|%203.7|%203.8&color=blue?style=flat-square&logo=python) ![PyPI version](https://badge.fury.io/py/aws-lambda-powertools.svg) ![PyPi monthly downloads](https://img.shields.io/pypi/dm/aws-lambda-powertools) ![Build](https://github.com/awslabs/aws-lambda-powertools/workflows/Powertools%20Python/badge.svg?branch=master)
3+
![PackageStatus](https://img.shields.io/static/v1?label=status&message=release-candidate&color=blueviolet?style=flat-square) ![PythonSupport](https://img.shields.io/static/v1?label=python&message=3.6%20|%203.7|%203.8&color=blue?style=flat-square&logo=python) ![PyPI version](https://badge.fury.io/py/aws-lambda-powertools.svg) ![PyPi monthly downloads](https://img.shields.io/pypi/dm/aws-lambda-powertools) ![Build](https://github.com/awslabs/aws-lambda-powertools/workflows/Powertools%20Python/badge.svg?branch=master)
44

55
A suite of utilities for AWS Lambda Functions that makes tracing with AWS X-Ray, structured logging, and creating custom metrics asynchronously easier - Compatible with Python >=3.6.
66

7-
> During beta, this library may change its API/methods, or environment variables as it receives feedback from customers.
8-
9-
* **Status**: Beta
7+
* **Status**: Release candidate
108
* **How long until GA?**: [Current progress](https://github.com/awslabs/aws-lambda-powertools/projects/1)
119

1210
## Features

0 commit comments

Comments
 (0)