Skip to content

Commit

Permalink
Bumped version to 0.11.14. Updated CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
coltonbh committed Oct 16, 2024
1 parent 36aef38 commit 924176a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [unreleased]

## [0.11.14] - 2024-10-16

### Fixed

- `view.view(...)` displays an empty string if `.model` is `None` on `DualProgramInput` rather than raising an exception.
Expand Down Expand Up @@ -455,7 +457,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- `SinglePointComputedProperties`
- `Wavefunction`
[unreleased]: https://github.com/coltonbh/qcio/compare/0.11.13...HEAD
[unreleased]: https://github.com/coltonbh/qcio/compare/0.11.14...HEAD
[0.11.14]: https://github.com/coltonbh/qcio/releases/tag/0.11.14
[0.11.13]: https://github.com/coltonbh/qcio/releases/tag/0.11.13
[0.11.12]: https://github.com/coltonbh/qcio/releases/tag/0.11.12
[0.11.11]: https://github.com/coltonbh/qcio/releases/tag/0.11.11
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "qcio"
version = "0.11.13"
version = "0.11.14"
description = "Beautiful and user friendly data structures for quantum chemistry."
authors = ["Colton Hicks <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 924176a

Please sign in to comment.