Skip to content

Commit

Permalink
Merge pull request #422 from openedx/bot/v0.46.0
Browse files Browse the repository at this point in the history
chore: preparing release 0.46.0
  • Loading branch information
Ian2012 authored Sep 25, 2023
2 parents 68c6b2f + a4a4277 commit 49f6981
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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.46.0 - 2023-09-25

### [0.46.0](https://github.com/openedx/tutor-contrib-aspects/compare/v0.45.0...v0.46.0) (2023-09-25)

#### Features

- upgrade event-routing-backends to 6.2.0 ([bc8d8a7](https://github.com/openedx/tutor-contrib-aspects/commit/bc8d8a7d6b6af954bed4d11e88d97fad7a258fb3))

## v0.45.0 - 2023-09-22

### [0.45.0](https://github.com/openedx/tutor-contrib-aspects/compare/v0.44.4...v0.45.0) (2023-09-22)
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[bumpversion]
current_version = 0.45.0
current_version = 0.46.0
commit = False
tag = False
2 changes: 1 addition & 1 deletion tutoraspects/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Expose some package metadata.
"""

__version__ = "0.45.0"
__version__ = "0.46.0"

0 comments on commit 49f6981

Please sign in to comment.