Skip to content

Commit

Permalink
Release 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agoscinski authored and sphuber committed Feb 10, 2025
1 parent 8ca3d3c commit ce7bab2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion circus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os
import warnings

__version__ = "0.18.0"
__version__ = "0.19.0"

# This config call is done to avoid any
# "no handlers could be found for logger"
Expand Down
17 changes: 17 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Changelog history
=================

0.19.0 2025-02-10
-----------------

Dependencies
............
Address deprecation warnings regarding `pipes`, `pyzmq.utils.strtypes` and `statsd` [[#1211]](https://github.com/circus-tent/circus/pull/1211)
Add support for Python 3.12 and 3.13 [[#1222]](https://github.com/circus-tent/circus/pull/1222)

DevOps
......
Update version of MacOS runners to `macos-12` [[#1208]](https://github.com/circus-tent/circus/pull/1208)
Fix the trove classifiers in the `pyproject.toml` [[#1209]](https://github.com/circus-tent/circus/pull/1209)
Replace `nose` with `pytest` to run unit tests [[#1210]](https://github.com/circus-tent/circus/pull/1221)
Move `tests` directory outside of `circus` package [[#1206]](https://github.com/circus-tent/circus/pull/1206)
Fixes for failing CI [[#1218]](https://github.com/circus-tent/circus/pull/1218)
Add Python 3.12 and 3.13 to CI [[#1221]](https://github.com/circus-tent/circus/pull/1221)

0.18.0 2022-11-17
-----------------

Expand Down

0 comments on commit ce7bab2

Please sign in to comment.