Skip to content

Commit

Permalink
Bumped version to 0.11.7. Updated CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
coltonbh committed Jul 28, 2024
1 parent d8e3bc0 commit 3853d9a
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.7] - 2024-07-27

### Added

- Documentation website available at <https://qcio.coltonhicks.com/>.
Expand Down Expand Up @@ -400,7 +402,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.6...HEAD
[unreleased]: https://github.com/coltonbh/qcio/compare/0.11.7...HEAD
[0.11.7]: https://github.com/coltonbh/qcio/releases/tag/0.11.7
[0.11.6]: https://github.com/coltonbh/qcio/releases/tag/0.11.6
[0.11.5]: https://github.com/coltonbh/qcio/releases/tag/0.11.5
[0.11.4]: https://github.com/coltonbh/qcio/releases/tag/0.11.4
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.6"
version = "0.11.7"
description = "Beautiful and user friendly data structures for quantum chemistry."
authors = ["Colton Hicks <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 3853d9a

Please sign in to comment.