Skip to content

Commit

Permalink
New package version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
amyheather committed Apr 9, 2024
1 parent 88b4c4e commit 261d4ce
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 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.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
Expand Down
2 changes: 1 addition & 1 deletion 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.0
version: 0.3.1
date-released: '2024-04-09'
6 changes: 3 additions & 3 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.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)

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.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/}
}
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.0'
__version__ = '0.3.1'
__author__ = 'Amy Heather'

0 comments on commit 261d4ce

Please sign in to comment.