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

Prepare for next release #307

Merged
merged 4 commits into from
Aug 23, 2023
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
Next Next commit
Prepare for next release
  • Loading branch information
ashwinvis committed Aug 20, 2023
commit 611eaf96f8315d247d7b6327a0d9dfed579f1d0d
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,16 @@ Security in case of vulnerabilities.

## [Unreleased]

### Added
- Donation links.

### Fixed

- {func}`snek5000.find_configfile` removes call to deprecated function.
- Explicit `ValueError` when no coordinates are defined and history points
object's `load` method is invoked.
- Minor corrections in `README.md` and documentation and JOSS manuscript.

## [0.9.1] - 2023-05-01

### Added
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ classifiers =
Programming Language :: Python :: 3.10
Topic :: Scientific/Engineering
project-urls =
Sponsor = https://fluid.quest/pages/sponsors.html
Bug Tracker = https://github.com/snek5000/snek5000/issues
Documentation = https://snek5000.readthedocs.io
Changelog = https://snek5000.readthedocs.io/en/latest/CHANGELOG.html
Expand Down
Loading