Skip to content

Commit 6d51d19

Browse files
committed
Release version 0.50.1
1 parent 2b555dc commit 6d51d19

File tree

2 files changed

+42
-2
lines changed

2 files changed

+42
-2
lines changed

Diff for: CHANGES.rst

+41-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,49 @@
11
Changelog
22
=========
33

4-
0.50.0 (2025-02-22)
4+
0.50.1 (2025-03-06)
55
-------------------
66
------------------------
7+
- Chore(deps): bump setuptools in the python-packages group.
8+
[dependabot[bot]]
9+
10+
Bumps the python-packages group with 1 update: [setuptools](https://github.com/pypa/setuptools).
11+
12+
13+
Updates `setuptools` from 75.8.1 to 75.8.2
14+
- [Release notes](https://github.com/pypa/setuptools/releases)
15+
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
16+
- [Commits](https://github.com/pypa/setuptools/compare/v75.8.1...v75.8.2)
17+
18+
---
19+
updated-dependencies:
20+
- dependency-name: setuptools
21+
dependency-type: direct:production
22+
update-type: version-update:semver-patch
23+
dependency-group: python-packages
24+
...
25+
- Chore(deps): bump setuptools in the python-packages group.
26+
[dependabot[bot]]
27+
28+
Bumps the python-packages group with 1 update: [setuptools](https://github.com/pypa/setuptools).
29+
30+
31+
Updates `setuptools` from 75.8.0 to 75.8.1
32+
- [Release notes](https://github.com/pypa/setuptools/releases)
33+
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
34+
- [Commits](https://github.com/pypa/setuptools/compare/v75.8.0...v75.8.1)
35+
36+
---
37+
updated-dependencies:
38+
- dependency-name: setuptools
39+
dependency-type: direct:production
40+
update-type: version-update:semver-patch
41+
dependency-group: python-packages
42+
...
43+
44+
45+
0.50.0 (2025-02-22)
46+
-------------------
747
- Chore: fix inline comments. [Jose Diaz-Gonzalez]
848
- Chore(deps): bump the python-packages group across 1 directory with 2
949
updates. [dependabot[bot]]

Diff for: github_backup/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.50.0"
1+
__version__ = "0.50.1"

0 commit comments

Comments
 (0)