Skip to content

Commit 10ac5ec

Browse files
committed
bump version to v2.1.1
1 parent 7acd12e commit 10ac5ec

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22

33

4+
## Version 2.1.1
5+
6+
Released on 2021-07-31.
7+
8+
- Package for Python 3.10, 3.11, and 3.12.
9+
- Updated dependencies and workflows.
10+
11+
412
## Version 2.1.0
513

614
Released on 2021-05-27.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "numgrid"
3-
version = "2.1.0"
3+
version = "2.1.1"
44
authors = ["Radovan Bast <bast@users.noreply.github.com>"]
55
description = "Numerical integration grid for molecules."
66
license = "MPL-2.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ author(s)
5757
month = {1},
5858
year = {2021},
5959
publisher = {Zenodo},
60-
version = {v2.1.0},
60+
version = {v2.1.1},
6161
doi = {10.5281/zenodo.1470276},
6262
url = {https://doi.org/10.5281/zenodo.1470276}
6363
}

0 commit comments

Comments
 (0)