Skip to content

Commit

Permalink
Merge pull request #601 from byllyfish/bump_version
Browse files Browse the repository at this point in the history
Bump version to 0.35.0.
  • Loading branch information
byllyfish authored Jan 31, 2024
2 parents aa22dde + 746ce3e commit 432b846
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Shellous Change Log
===================

0.35.0
------

- [BUGFIX] Fix potential race condition in `DefaultChildWatcher`. (#582)
- [LATERAL] Update development dependencies and fix pyright warnings.
- [LATERAL] Update to black 24.1.1 code formatter.

0.34.0
------

Expand Down
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
[tool.poetry]
name = "shellous"
version = "0.34.0"
version = "0.35.0"
description = "Async Processes and Pipelines"
license = "Apache-2.0"
authors = ["Bill Fisher <william.w.fisher@gmail.com>"]
readme = "README.md"
homepage = "https://github.com/byllyfish/shellous"
classifiers = [
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Framework :: AsyncIO",
"Operating System :: OS Independent",
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Framework :: AsyncIO",
"Typing :: Typed",
]

[tool.poetry.urls]
Expand Down
2 changes: 1 addition & 1 deletion shellous/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# pylint: disable=cyclic-import
# pyright: reportUnusedImport=false

__version__ = "0.34.0"
__version__ = "0.35.0"

import sys
import warnings
Expand Down

0 comments on commit 432b846

Please sign in to comment.