From 123f421bce8eae7fee116245570c5f1e1c399e02 Mon Sep 17 00:00:00 2001 From: Ian2012 Date: Mon, 28 Aug 2023 16:24:57 +0000 Subject: [PATCH] chore: preparing release 0.31.2 --- CHANGELOG.md | 10 ++++++++++ setup.cfg | 2 +- tutoraspects/__about__.py | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 980efac4d..299afe5e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## v0.31.2 - 2023-08-28 + +### [0.31.2](https://github.com/openedx/tutor-contrib-aspects/compare/v0.31.1...v0.31.2) (2023-08-28) + +### Bug Fixes + +- add option to deduplicate tables after backfill ([26f6cf2](https://github.com/openedx/tutor-contrib-aspects/commit/26f6cf2fd1936caa4b25956ce0baef8d8ff4ba43)) +- print packages and project dbt correctly ([4490848](https://github.com/openedx/tutor-contrib-aspects/commit/44908482d6f5e8696d3ef2fd86e75836a06a2237)) +- print packages and project dbt correctly ([84d0a72](https://github.com/openedx/tutor-contrib-aspects/commit/84d0a72ba072b89ff8c1193962391a659cf615e3)) + ## v0.31.1 - 2023-08-25 ### [0.31.1](https://github.com/openedx/tutor-contrib-aspects/compare/v0.31.0...v0.31.1) (2023-08-25) diff --git a/setup.cfg b/setup.cfg index 43d57db66..dcd50192e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,4 @@ [bumpversion] -current_version = 0.31.1 +current_version = 0.31.2 commit = False tag = False diff --git a/tutoraspects/__about__.py b/tutoraspects/__about__.py index d988737ae..ee0d979dd 100644 --- a/tutoraspects/__about__.py +++ b/tutoraspects/__about__.py @@ -2,4 +2,4 @@ Expose some package metadata. """ -__version__ = "0.31.1" +__version__ = "0.31.2"