Skip to content

Commit d88e935

Browse files
authored
Merge pull request #215 from ImperialCollegeLondon/release-candidates/rc-1.3.2
Release Candidate 1.3.2
2 parents cc26296 + 7e77220 commit d88e935

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

33

4+
## v1.3.2 (2025-01-22)
5+
6+
### Bug Fixes
7+
8+
- Fix uv version in pre-commit and workflows
9+
([`246d7b1`](https://github.com/ImperialCollegeLondon/PyProBE/commit/246d7b1e46317d0b153158f515b4128d5c4395a5))
10+
11+
412
## v1.3.1 (2025-01-22)
513

614
### Bug Fixes
@@ -16,6 +24,9 @@
1624
- Add --frozen flag to uv sync commands in workflows
1725
([`b158397`](https://github.com/ImperialCollegeLondon/PyProBE/commit/b1583979908bac0a8fa9b92444c9e82e34d69545))
1826

27+
- Release candidate 1.3.1 [skip ci]
28+
([`7764404`](https://github.com/ImperialCollegeLondon/PyProBE/commit/7764404aaf6fb0253d6a3fafd25917c51859b913))
29+
1930
- Replace warnings with logger for missing columns in data
2031
([`dbd16c9`](https://github.com/ImperialCollegeLondon/PyProBE/commit/dbd16c9eeb85e9620f47e43f061e5cd32c100176))
2132

pyprobe/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.3.1"
1+
__version__ = "1.3.2"

0 commit comments

Comments
 (0)