Skip to content

Commit

Permalink
Minor fix for static reports, and new version
Browse files Browse the repository at this point in the history
  • Loading branch information
amyheather committed Apr 12, 2024
1 parent 718fcb1 commit 10db7fb
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 7 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ This should align with:
* Releases on [PyPI](https://pypi.org/project/kailo-beewell-dashboard/#history)
* Releases on [GitHub](https://github.com/kailo-beewell/kailo_beewell_dashboard_package/releases) (which are like a non-portable changelog only displayed to users within GitHub)

## 0.3.2

**Release date:** 12th April 2024

**Contributors:** Amy Heather

Fixed generation of caution statement in static report for school dashboards.

### Fixed

* Fixed generation of caution comparing statement (to refer to new function rather than old reference to dictionary) for the static reports in the school dashboards

## 0.3.1

**Release date:** 9th April 2024
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ keywords:
- '#BeeWell'
- Kailo
license: MIT
version: 0.3.1
date-released: '2024-04-09'
version: 0.3.2
date-released: '2024-04-12'
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `kailo-beewell-dashboard`: tools to support creation of #BeeWell survey dashboards for the Kailo project.

[![PyPI package](https://img.shields.io/badge/PyPI_package-0.3.1-2596be.svg)](https://pypi.org/project/kailo-beewell-dashboard/0.3.1/)
[![PyPI package](https://img.shields.io/badge/PyPI_package-0.3.2-2596be.svg)](https://pypi.org/project/kailo-beewell-dashboard/0.3.2/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![ORCID: Amy Heather](https://img.shields.io/badge/ORCID_Amy_Heather-0000--0002--6596--3479-brightgreen)](https://orcid.org/0000-0002-6596-3479)

Expand All @@ -23,14 +23,14 @@ This package contains functions that are used in the creation of the various #Be

If you use this package, please include the following citation

> Heather, Amy. (2024). kailo-beewell-dashboard: tools to support creation of #BeeWell survey dashboards for the Kailo project (0.3.1). https://pypi.org/project/kailo-beewell-dashboard/.
> Heather, Amy. (2024). kailo-beewell-dashboard: tools to support creation of #BeeWell survey dashboards for the Kailo project (0.3.2). https://pypi.org/project/kailo-beewell-dashboard/.
```tex
@software{kailo-beewell-dashboard,
author = {Heather, Amy},
title = {kailo-beewell-dashboard},
date = {2024-04-09},
version = {0.3.1},
date = {2024-04-12},
version = {0.3.2},
publisher = {PyPI},
url = {https://pypi.org/project/kailo-beewell-dashboard/}
}
Expand Down
2 changes: 1 addition & 1 deletion kailo_beewell_dashboard/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
Tools to support creation of #BeeWell survey dashboards for Kailo.
'''

__version__ = '0.3.1'
__version__ = '0.3.2'
__author__ = 'Amy Heather'

0 comments on commit 10db7fb

Please sign in to comment.