We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0b2ac3 commit e6c878aCopy full SHA for e6c878a
2 files changed
CHANGELOG.md
@@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
The intended audience of this file is for py42 consumers -- as such, changes that don't affect
9
how a consumer would use the library (e.g. adding unit tests, updating documentation, etc) are not captured here.
10
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
16
## 1.11.0 - 2021-10-22
17
18
### Fixed
setup.py
@@ -39,7 +39,7 @@
39
"keyrings.alt==3.2.0",
40
"ipython==7.16.1",
41
"pandas>=1.1.3",
42
- "py42>=1.19.2",
+ "py42>=1.19.3",
43
],
44
extras_require={
45
"dev": [
0 commit comments