From 261d4cebbc5f0aef287cec7496f027cd8a6e6be2 Mon Sep 17 00:00:00 2001 From: amyheather Date: Tue, 9 Apr 2024 16:52:13 +0100 Subject: [PATCH] New package version and changelog --- CHANGELOG.md | 12 ++++++++++++ CITATION.cff | 2 +- README.md | 6 +++--- kailo_beewell_dashboard/__init__.py | 2 +- 4 files changed, 17 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc21905..bf237f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.1 + +**Release date:** 9th April 2024 + +**Contributors:** Amy Heather + +Fixed package so that css and image files are included in dist. + +### Fixed + +* Fixed so that css and image files are now included in package dist (as previously were excluded) + ## 0.3.0 **Release date:** 9th April 2024 diff --git a/CITATION.cff b/CITATION.cff index 01c40fc..8070472 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -25,5 +25,5 @@ keywords: - '#BeeWell' - Kailo license: MIT -version: 0.3.0 +version: 0.3.1 date-released: '2024-04-09' diff --git a/README.md b/README.md index 7844160..af5fd79 100644 --- a/README.md +++ b/README.md @@ -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.0-2596be.svg)](https://pypi.org/project/kailo-beewell-dashboard/0.3.0/) +[![PyPI package](https://img.shields.io/badge/PyPI_package-0.3.1-2596be.svg)](https://pypi.org/project/kailo-beewell-dashboard/0.3.1/) [![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) @@ -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.0). 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.1). 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.0}, + version = {0.3.1}, publisher = {PyPI}, url = {https://pypi.org/project/kailo-beewell-dashboard/} } diff --git a/kailo_beewell_dashboard/__init__.py b/kailo_beewell_dashboard/__init__.py index 5c3de72..1db7adf 100644 --- a/kailo_beewell_dashboard/__init__.py +++ b/kailo_beewell_dashboard/__init__.py @@ -4,5 +4,5 @@ Tools to support creation of #BeeWell survey dashboards for Kailo. ''' -__version__ = '0.3.0' +__version__ = '0.3.1' __author__ = 'Amy Heather'