Skip to content

Commit

Permalink
prepare v1.25.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mjurbanski-reef committed Nov 15, 2023
1 parent d6e7cdd commit 52b5199
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.25.0] - 2023-11-15

### Added
* Add `*_PART_SIZE`, `BUCKET_NAME_*`, `STDOUT_FILEPATH` constants
* Add `points_to_fifo`, `points_to_stdout` functions
Expand Down Expand Up @@ -507,7 +509,8 @@ has changed.
### Added
Initial official release of SDK as a separate package (until now it was a part of B2 CLI)

[Unreleased]: https://github.com/Backblaze/b2-sdk-python/compare/v1.24.1...HEAD
[Unreleased]: https://github.com/Backblaze/b2-sdk-python/compare/v1.25.0...HEAD
[1.25.0]: https://github.com/Backblaze/b2-sdk-python/compare/v1.24.1...v1.25.0
[1.24.1]: https://github.com/Backblaze/b2-sdk-python/compare/v1.24.0...v1.24.1
[1.24.0]: https://github.com/Backblaze/b2-sdk-python/compare/v1.23.0...v1.24.0
[1.23.0]: https://github.com/Backblaze/b2-sdk-python/compare/v1.22.1...v1.23.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ b2sdk follows [Semantic Versioning](https://semver.org/) policy, so in essence t
Therefore when setting up b2sdk as a dependency, please make sure to match the version appropriately, for example you could put this in your `requirements.txt` to make sure your code is compatible with the `b2sdk` version your user will get from pypi:

```
b2sdk>=0.0.0,<1.0.0
b2sdk>=1.25.0,<2
```

# Release History
Expand Down

0 comments on commit 52b5199

Please sign in to comment.