File tree 7 files changed +43
-8
lines changed
7 files changed +43
-8
lines changed Original file line number Diff line number Diff line change 4
4
Change history
5
5
================
6
6
7
+ .. _version-1.2.0 :
8
+
9
+ 1.2.0
10
+ =====
11
+ :release-date: 21 February, 2025
12
+ :release-by: Tomer Nosrati
13
+
14
+ What's Changed
15
+ ==============
16
+
17
+ Key Highlights
18
+ --------------
19
+ - Added Python 3.13 Support.
20
+ - Fixed Python 3.8 compatibility issues.
21
+ - Replaced :pypi: `pycurl ` with :pypi: `urllib3 `.
22
+
23
+ Changelog
24
+ ---------
25
+ - Build(deps): Bump debugpy from 1.8.5 to 1.8.6 (#421)
26
+ - Enable Codespell autofix (#422)
27
+ - Build(deps): Bump redis from 5.0.8 to 5.1.0 (#423)
28
+ - Build(deps-dev): Bump types-redis from 4.6.0.20240903 to 4.6.0.20241004 (#424)
29
+ - Build(deps): Bump redis from 5.1.0 to 5.1.1 (#425)
30
+ - Build(deps): Bump debugpy from 1.8.6 to 1.8.7 (#427)
31
+ - Build(deps-dev): Bump sphinxcontrib-mermaid from 0.9.2 to 1.0.0 (#428)
32
+ - Build(deps-dev): Bump mypy from 1.11.2 to 1.12.0 (#430)
33
+ - Build(deps): Bump psutil from 6.0.0 to 6.1.0 (#432)
34
+ - Build(deps): Bump setuptools from 75.1.0 to 75.2.0 (#431)
35
+ - Fixed lint issues (#433)
36
+ - Added Python 3.13 Initial Support (#420)
37
+ - Build(deps): Bump codecov/codecov-action from 4 to 5 (#435)
38
+ - fix: invalid SPDX license ID in project metadata (#438)
39
+ - Bumping Dependencies (inc. pyproject.toml) (#436)
40
+ - Prepare for release: v1.2.0 (#445)
41
+
7
42
.. _version-1.1.3 :
8
43
9
44
1.1.3
Original file line number Diff line number Diff line change 1
- Copyright (c) 2024 Tomer Nosrati. All rights reserved.
1
+ Copyright (c) 2025 Tomer Nosrati. All rights reserved.
2
2
3
3
pytest-celery is licensed under The BSD License (3 Clause, also known as
4
4
the new BSD license). The license is an OSI approved Open Source
Original file line number Diff line number Diff line change 1
1
2
2
|build-status | |coverage | |license | |semgrep | |pyversion | |pyimp | |ocbackerbadge | |ocsponsorbadge | |poetry |
3
3
4
- :Version: 1.1.3
4
+ :Version: 1.2.0
5
5
:Web: https://pytest-celery.readthedocs.io/en/latest/
6
6
:Download: https://pypi.org/project/pytest-celery/
7
7
:Source: https://github.com/celery/pytest-celery/
Original file line number Diff line number Diff line change 4
4
"pytest_celery" ,
5
5
__file__ ,
6
6
project = "pytest_celery" ,
7
- version_dev = "1.1 " ,
8
- version_stable = "1.0 " ,
7
+ version_dev = "1.2 " ,
8
+ version_stable = "1.1 " ,
9
9
canonical_url = "https://pytest-celery.readthedocs.io/" ,
10
10
webdomain = "pytest-celery.readthedocs.io" ,
11
11
github_project = "celery/pytest-celery" ,
12
12
author = "Tomer Nosrati" ,
13
13
author_name = "Tomer Nosrati" ,
14
- copyright = "2024 " ,
14
+ copyright = "2025 " ,
15
15
publisher = "Celery Project" ,
16
16
html_logo = "images/celery_512.png" ,
17
17
html_favicon = "images/favicon.ico" ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ by Tomer Nosrati
9
9
10
10
.. |copy | unicode :: U+000A9 .. COPYRIGHT SIGN
11
11
12
- Copyright |copy | 2024 , Tomer Nosrati.
12
+ Copyright |copy | 2025 , Tomer Nosrati.
13
13
14
14
All rights reserved. This material may be copied or distributed only
15
15
subject to the terms and conditions set forth in the `Creative Commons
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ description = "Pytest plugin for Celery"
62
62
homepage = " https://github.com/celery/pytest-celery"
63
63
license = " BSD-3-Clause"
64
64
name = " pytest-celery"
65
- version = " 1.1.3 "
65
+ version = " 1.2.0 "
66
66
readme = " README.rst"
67
67
keywords = [" pytest" , " celery" ]
68
68
Original file line number Diff line number Diff line change 3
3
# flake8: noqa
4
4
5
5
6
- __version__ = "1.1.3 "
6
+ __version__ = "1.2.0 "
7
7
__author__ = "Tomer Nosrati"
8
8
9
9
__homepage__ = "https://pytest-celery.readthedocs.io/"
You can’t perform that action at this time.
0 commit comments