Skip to content

Commit

Permalink
bump: version 0.15.2 -> 0.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
znicholls committed Oct 12, 2023
1 parent 4a63fb6 commit 4f9c3ea
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 10 deletions.
3 changes: 0 additions & 3 deletions changelog/235.improvement.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog/235.trivial.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog/260.improvement.md

This file was deleted.

17 changes: 17 additions & 0 deletions docs/source/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,23 @@ of rst and use slightly different categories.

<!-- towncrier release notes start -->

## scmdata v0.15.3 (2023-10-12)


### Improvements

- Added support for pandas>=2

Requirement now set to 'pandas>=1.1' ([#235](https://github.com/openscm/scmdata/pulls/235))
- Migrated to use the Climate Resource copier template

This migration adds support for ruff and pre-commit hooks to improve code quality ([#260](https://github.com/openscm/scmdata/pulls/260))

### Trivial/Internal Changes

- [#235](https://github.com/openscm/scmdata/pulls/235)


## v0.15.2

- ([#257](https://github.com/openscm/scmdata/pull/257)) Updated to support the latest version of {mod}`notebook`
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "scmdata"
version = "0.15.2"
version = "0.15.3"
description = "scmdata provides some useful data handling routines for dealing with data related to simple climate models (SCMs aka reduced complexity climate models, RCMs)"
authors = [
"Jared Lewis <[email protected]>",
Expand Down

0 comments on commit 4f9c3ea

Please sign in to comment.