Skip to content

Commit

Permalink
🔖(minor) prepare 0.1.0 release
Browse files Browse the repository at this point in the history
Added

- Bootstrap base backend boilerplate
- Implement tasks endpoints
- Add connection to edx database to read user table
- Implement user data deletion method on edx database
- Add celery task to warn inactive users by email
- Add celery task to delete inactive users from edx database
  • Loading branch information
wilbrdt committed Oct 22, 2024
1 parent bfed523 commit 1e30b2d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ and this project adheres to

## [Unreleased]


## [0.1.0] - 2024-10-22

### Added

- Bootstrap base backend boilerplate
Expand All @@ -17,4 +20,5 @@ and this project adheres to
- Add celery task to warn inactive users by email
- Add celery task to delete inactive users from edx database

[unreleased]: https://github.com/openfun/mork
[unreleased]: https://github.com/openfun/mork/compare/v0.1.0...main
[0.1.0]: https://github.com/openfun/mork/compare/1e60ac8...v0.1.0
2 changes: 1 addition & 1 deletion src/app/mork/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Mork module."""

__version__ = "0.0.1"
__version__ = "0.1.0"

0 comments on commit 1e30b2d

Please sign in to comment.