Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump to version 0.4.3 #464

Merged
merged 2 commits into from
Aug 15, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,22 @@ Reporting and data retrieval app for `Open edX <https://open.edx.org/>`__.
`Figures is on PyPI <https://pypi.org/project/Figures/>`__


Aug 15, 2022 - Figures release 0.4.3
====================================

This release includes bug fixes. Of note:

* `Fix tasks for standalone and fix average progress validation error <https://github.com/appsembler/figures/pull/463>`__
* `Enable daily metrics models backfill of historical data in platform, but not progress <https://github.com/appsembler/figures/pull/452>`__
* `Update SDM historic course count calculation <https://github.com/appsembler/figures/pull/458>`__
* `Enrollment data handling fixes <https://github.com/appsembler/figures/pull/449>`__
* `Fix broken devsite data seeding <https://github.com/appsembler/figures/pull/460>`__
* Front end package dependency updates

Also includes a foundational update for MAU 2:

* `MAU 2 - Add Monthly Active Enrollment Model <https://github.com/appsembler/figures/pull/446>`__

Mar 3, 2022 - Figures release 0.4.2
===================================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

setup(
name='Figures',
version='0.4.2',
version='0.4.3',
packages=find_packages(),
include_package_data=True,
license='MIT',
Expand Down