From 1a65c11d2a126bc2e651eaf259df20b8427a5bd2 Mon Sep 17 00:00:00 2001 From: Manjinder Singh <49171515+jinder1s@users.noreply.github.com> Date: Thu, 6 Jan 2022 11:54:40 -0500 Subject: [PATCH] build: incrementing version and updating changelog (#34) --- CHANGELOG.rst | 7 +++++++ openedx_events/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5cb68df6..f6cf96cc 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -14,6 +14,13 @@ Change Log Unreleased ~~~~~~~~~~ +[0.7.0] - 2022-01-06 +____________________ + +Added +----- +* Added AvroAttrsBridge class to convert between avro standard and attrs classes + [0.6.0] - 2021-09-15 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Added diff --git a/openedx_events/__init__.py b/openedx_events/__init__.py index eee721d2..ff60637c 100644 --- a/openedx_events/__init__.py +++ b/openedx_events/__init__.py @@ -5,4 +5,4 @@ more information about the project. """ -__version__ = "0.6.0" +__version__ = "0.7.0" diff --git a/setup.cfg b/setup.cfg index d8cb4286..4390913d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.0 +current_version = 0.7.0 commit = True tag = True