Skip to content

Commit a46fdae

Browse files
chore: preparing release 3.0.3 (#1189)
Co-authored-by: saraburns1 <170115515+saraburns1@users.noreply.github.com>
1 parent 9ec1d21 commit a46fdae

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed

.ci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ SUPERSET_OAUTH2_CLIENT_SECRET: StkPwE5GzPuyH4Rp
9292
SUPERSET_ROW_LEVEL_SECURITY_XAPI_GROUP_KEY: xapi_course_id
9393
SUPERSET_SECRET_KEY: WlgA6QSQKCUNGD9PAaji0JHY
9494
SUPERSET_XAPI_DASHBOARD_SLUG: openedx-xapi
95-
ASPECTS_VERSION: 3.0.2
95+
ASPECTS_VERSION: 3.0.3
9696
DOCKER_IMAGE_OPENEDX: edunext/openedx-aspects:{{ASPECTS_VERSION}}
9797
DOCKER_IMAGE_OPENEDX_DEV: edunext/openedx-aspects-dev:{{ASPECTS_VERSION}}
9898
ASPECTS_ENABLE_EVENT_BUS_CONSUMER: true

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@ 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+
## v3.0.3 - 2026-02-12
9+
10+
### v3.0.3 (2026-02-12)
11+
12+
#### Bug Fixes
13+
14+
- Check org and course name in tests ([#1186](https://github.com/openedx/tutor-contrib-aspects/pull/1186), [`9ec1d21`](https://github.com/openedx/tutor-contrib-aspects/commit/9ec1d217ab4e22f21b103f7f69ba69334d4b8e2c))
15+
16+
- Remove unused metrics to fix coursename bug ([#1186](https://github.com/openedx/tutor-contrib-aspects/pull/1186), [`9ec1d21`](https://github.com/openedx/tutor-contrib-aspects/commit/9ec1d217ab4e22f21b103f7f69ba69334d4b8e2c))
17+
18+
19+
#### Chores
20+
21+
- Upgrade Python requirements ([#1188](https://github.com/openedx/tutor-contrib-aspects/pull/1188), [`ab1608f`](https://github.com/openedx/tutor-contrib-aspects/commit/ab1608ff40a4fcc4f706b306c878b377b1b82836))
22+
23+
- Upgrade Python requirements ([`a1f5a47`](https://github.com/openedx/tutor-contrib-aspects/commit/a1f5a47233d06853b2f92d16c6d02c773b29965d))
24+
25+
- **deps**: Bump docker/login-action from 3.6.0 to 3.7.0 ([`d5d8653`](https://github.com/openedx/tutor-contrib-aspects/commit/d5d86534d3a07ea9182d1922892dbbeaa1ca3d99))
26+
27+
28+
29+
---
30+
31+
**Detailed Changes**: [v3.0.2...v3.0.3](https://github.com/openedx/tutor-contrib-aspects/compare/v3.0.2...v3.0.3)
32+
833
## v3.0.2 - 2026-01-27
934

1035
### v3.0.2 (2026-01-27)

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[bumpversion]
2-
current_version = 3.0.2
2+
current_version = 3.0.3
33
commit = False
44
tag = False

tutoraspects/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Expose some package metadata.
33
"""
44

5-
__version__ = "3.0.2"
5+
__version__ = "3.0.3"

0 commit comments

Comments
 (0)