Skip to content

Commit f0955a2

Browse files
committed
Prepare release 1.0.0rc5
1 parent b8de326 commit f0955a2

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# AWS Glue Schema Registry for Python
22

3-
43
[![PyPI](https://img.shields.io/pypi/v/aws-glue-schema-registry.svg)](https://pypi.org/project/aws-glue-schema-registry)
54
[![PyPI](https://img.shields.io/pypi/pyversions/aws-glue-schema-registry)](https://pypi.org/project/aws-glue-schema-registry)
65
[![main](https://github.com/DisasterAWARE/aws-glue-schema-registry-python/actions/workflows/main.yml/badge.svg)](https://github.com/DisasterAWARE/aws-glue-schema-registry-python/actions/workflows/main.yml)

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = aws-glue-schema-registry
3-
version = 1.0.0rc4
3+
version = 1.0.0rc5
44
description = Use the AWS Glue Schema Registry.
55
long_description = file: README.md
66
long_description_content_type = text/markdown

src/aws_schema_registry/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
DataAndSchema, SchemaRegistryDeserializer, SchemaRegistrySerializer
88
)
99

10-
__version__ = '1.0.0rc4'
10+
__version__ = '1.0.0rc5'
1111

1212
__all__ = [
1313
'CompatibilityMode',

0 commit comments

Comments
 (0)