Skip to content

Commit e6c878a

Browse files
Update py42 to v1.19.3 (#340)
1 parent e0b2ac3 commit e6c878a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
The intended audience of this file is for py42 consumers -- as such, changes that don't affect
99
how a consumer would use the library (e.g. adding unit tests, updating documentation, etc) are not captured here.
1010

11+
## Unreleased
12+
13+
### Changed
14+
- Updated minimum version of py42 to `1.19.3` to provide access to updated URI paths for new standardized versioning scheme
15+
1116
## 1.11.0 - 2021-10-22
1217

1318
### Fixed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"keyrings.alt==3.2.0",
4040
"ipython==7.16.1",
4141
"pandas>=1.1.3",
42-
"py42>=1.19.2",
42+
"py42>=1.19.3",
4343
],
4444
extras_require={
4545
"dev": [

0 commit comments

Comments
 (0)