Skip to content

Commit

Permalink
prep release 1.27.2 (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
ceciliastevens authored Nov 27, 2024
1 parent 5cc0491 commit f7af179
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
The intended audience of this file is for py42 consumers -- as such, changes that don't affect
how a consumer would use the library (e.g. adding unit tests, updating documentation, etc) are not captured here.

## Unreleased
## 1.27.2 - 2024-11-27

#### Fixed
### Fixed

- An issue where the page size of file event queries was higher than intended.
- An issue where streaming file by hash did not use the hash.
Expand Down
2 changes: 1 addition & 1 deletion src/py42/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# py42

__version__ = "1.27.1"
__version__ = "1.27.2"

0 comments on commit f7af179

Please sign in to comment.