Skip to content

Commit

Permalink
Merge pull request #888 from openedx/bot/v1.0.3
Browse files Browse the repository at this point in the history
chore: preparing release 1.0.3
  • Loading branch information
Ian2012 committed Jul 3, 2024
2 parents 4f5abc9 + 2cf105b commit cdaed38
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ SUPERSET_OAUTH2_CLIENT_SECRET: StkPwE5GzPuyH4Rp
SUPERSET_ROW_LEVEL_SECURITY_XAPI_GROUP_KEY: xapi_course_id
SUPERSET_SECRET_KEY: WlgA6QSQKCUNGD9PAaji0JHY
SUPERSET_XAPI_DASHBOARD_SLUG: openedx-xapi
ASPECTS_VERSION: 1.0.2
ASPECTS_VERSION: 1.0.3
DOCKER_IMAGE_OPENEDX: edunext/openedx-aspects:{{ASPECTS_VERSION}}
DOCKER_IMAGE_OPENEDX_DEV: edunext/openedx-aspects-dev:{{ASPECTS_VERSION}}
ASPECTS_ENABLE_EVENT_BUS_CONSUMER: true
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ 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).

## v1.0.3 - 2024-07-03

### [1.0.3](https://github.com/openedx/tutor-contrib-aspects/compare/v1.0.2...v1.0.3) (2024-07-03)

### Bug Fixes

* Import of custom Superset assets ([d5f7daf](https://github.com/openedx/tutor-contrib-aspects/commit/d5f7daf816a636a32ca80d1669b3c38b9bbe30b0))
* replace deprecated github actions ([92a503e](https://github.com/openedx/tutor-contrib-aspects/commit/92a503e461dfa21ba0141f86f611a030e7ceedbd))
* replace deprecated github actions ([f1aeefa](https://github.com/openedx/tutor-contrib-aspects/commit/f1aeefa5bede1ba03045eed042849924ede26cd1))
* Serialize Superset zip exports to extensions ([fd44ff4](https://github.com/openedx/tutor-contrib-aspects/commit/fd44ff49e873668f19f7625f1ba01211dc36f5e0))

## v1.0.2 - 2024-06-20

### [1.0.2](https://github.com/openedx/tutor-contrib-aspects/compare/v1.0.1...v1.0.2) (2024-06-20)
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 = 1.0.2
current_version = 1.0.3
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__ = "1.0.2"
__version__ = "1.0.3"

0 comments on commit cdaed38

Please sign in to comment.