Skip to content

Commit

Permalink
release 0.2.0 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
quettabit authored Jan 17, 2025
1 parent 6f4a48f commit e222892
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

All notable changes to this project will be documented in this file.

## [unreleased]
## [0.2.0] - 2025-01-17

### Bug Fixes

- Limits in read session resumption ([#14](https://github.com/s2-streamstore/s2-sdk-python/issues/14))

### Documentation

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

project = "streamstore"
copyright = f"{date.today().year}, Bandar Systems Inc"
release = "0.1.4"
release = "0.2.0"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "streamstore"
version = "0.1.4"
version = "0.2.0"
description = "Python SDK for S2, the Stream Store"
readme = "README.md"
requires-python = ">=3.11"
Expand All @@ -22,10 +22,7 @@ docs = [
]

[dependency-groups]
dev = [
"mypy>=1.14.1",
"ruff>=0.9.1",
]
dev = ["mypy>=1.14.1", "ruff>=0.9.1"]

[build-system]
requires = ["hatchling"]
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e222892

Please sign in to comment.