Skip to content

Commit 58405be

Browse files
authored
Merge pull request #410 from openedx/bot/v0.44.2
chore: preparing release 0.44.2
2 parents d120487 + 9e017c5 commit 58405be

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## v0.44.2 - 2023-09-21
9+
10+
### [0.44.2](https://github.com/openedx/tutor-contrib-aspects/compare/v0.44.1...v0.44.2) (2023-09-21)
11+
12+
### Bug Fixes
13+
14+
- update the get org from url function to include other chars ([3711db3](https://github.com/openedx/tutor-contrib-aspects/commit/3711db36522abc3342862fbcfd500e8dd880a076))
15+
816
## v0.44.1 - 2023-09-21
917

1018
### [0.44.1](https://github.com/openedx/tutor-contrib-aspects/compare/v0.44.0...v0.44.1) (2023-09-21)

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[bumpversion]
2-
current_version = 0.44.1
2+
current_version = 0.44.2
33
commit = False
44
tag = False

tutoraspects/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Expose some package metadata.
33
"""
44

5-
__version__ = "0.44.1"
5+
__version__ = "0.44.2"

0 commit comments

Comments
 (0)