mirror of
https://github.com/sprockets/sprockets.mixins.avro-publisher.git
synced 2024-12-27 03:00:24 +00:00
Release 3.0.1
This commit is contained in:
parent
f1359dcbf0
commit
bae193b1c2
3 changed files with 8 additions and 3 deletions
|
@ -1,6 +1,10 @@
|
|||
Version History
|
||||
===============
|
||||
|
||||
`3.0.1`_ Mar 8, 2022
|
||||
--------------------
|
||||
- Add support for fastavro<2
|
||||
|
||||
`3.0.0`_ Mar 18, 2020
|
||||
---------------------
|
||||
- Updated service to Python 3.7
|
||||
|
@ -33,7 +37,8 @@ Version History
|
|||
----------------------
|
||||
- Initial implementation
|
||||
|
||||
.. _Next Release: https://github.com/sprockets/sprockets.mixins.avro-publisher/compare/3.0.0...HEAD
|
||||
.. _Next Release: https://github.com/sprockets/sprockets.mixins.avro-publisher/compare/3.0.1...HEAD
|
||||
.. _3.0.1: https://github.com/sprockets/sprockets.mixins.avro-publisher/compare/3.0.0...3.0.1
|
||||
.. _3.0.0: https://github.com/sprockets/sprockets.mixins.avro-publisher/compare/2.1.0...3.0.0
|
||||
.. _2.1.0: https://github.com/sprockets/sprockets.mixins.avro-publisher/compare/2.0.0...2.1.0
|
||||
.. _2.0.0: https://github.com/sprockets/sprockets.mixins.avro-publisher/compare/1.0.1...2.0.0
|
||||
|
|
2
setup.py
2
setup.py
|
@ -23,7 +23,7 @@ def read_requirements(name):
|
|||
|
||||
setuptools.setup(
|
||||
name='sprockets.mixins.avro-publisher',
|
||||
version='3.0.0',
|
||||
version='3.0.1',
|
||||
description='Mixin for publishing events to RabbitMQ as avro datums',
|
||||
long_description=open('README.rst').read(),
|
||||
url='https://github.com/sprockets/sprockets.mixins.avro-publisher',
|
||||
|
|
|
@ -18,7 +18,7 @@ import fastavro
|
|||
|
||||
from sprockets.mixins import amqp, http
|
||||
|
||||
__version__ = '3.0.0'
|
||||
__version__ = '3.0.1'
|
||||
|
||||
LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
Loading…
Reference in a new issue