From 0bba76147a224961fa56d6f7a2b15fe43f375af1 Mon Sep 17 00:00:00 2001 From: "Gavin M. Roy" Date: Wed, 18 Mar 2020 11:41:43 -0400 Subject: [PATCH] Add 3.0 --- docs/history.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/history.rst b/docs/history.rst index f6af608..6349c1b 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -1,6 +1,13 @@ Version History =============== +`3.0.0`_ Mar 18, 2020 +--------------------- +- Updated service to Python 3.7 +- Switch from using @gen.coroutine/yield to async def/await +- Update to Tornado 6 +- Update all libraries to current versions. This may require switching to alternative libraries. + `2.1.0`_ May 3, 2017 -------------------- - Consolidate code @@ -26,7 +33,8 @@ Version History ---------------------- - Initial implementation -.. _Next Release: https://github.com/sprockets/sprockets.mixins.avro-publisher/compare/2.1.0...HEAD +.. _Next Release: https://github.com/sprockets/sprockets.mixins.avro-publisher/compare/3.0.0...HEAD +.. _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 .. _1.0.1: https://github.com/sprockets/sprockets.mixins.avro-publisher/compare/1.0.0...1.0.1