Skip to content

Commit 0846e7d

Browse files
committed
Release version 0.46.0
1 parent 5034443 commit 0846e7d

File tree

2 files changed

+263
-2
lines changed

2 files changed

+263
-2
lines changed

CHANGES.rst

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

4-
0.45.2 (2024-05-04)
4+
0.46.0 (2024-09-11)
55
-------------------
66
------------------------
7+
8+
Fix
9+
~~~
10+
- Do not double encode auth when retrieving release assets. [Jarl
11+
Totland]
12+
- Add now missing setuptools. [Jose Diaz-Gonzalez]
13+
14+
Other
15+
~~~~~
16+
- Git fetch is required even when using lfs. [Louis Parisot]
17+
- Upgrade github workflow ubuntu containers to newest LTS. [Albert Wang]
18+
- Chore(deps): bump certifi from 2024.6.2 to 2024.7.4. [dependabot[bot]]
19+
20+
Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.6.2 to 2024.7.4.
21+
- [Commits](https://github.com/certifi/python-certifi/compare/2024.06.02...2024.07.04)
22+
23+
---
24+
updated-dependencies:
25+
- dependency-name: certifi
26+
dependency-type: direct:production
27+
...
28+
- Chore(deps): bump docker/build-push-action from 5 to 6.
29+
[dependabot[bot]]
30+
31+
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6.
32+
- [Release notes](https://github.com/docker/build-push-action/releases)
33+
- [Commits](https://github.com/docker/build-push-action/compare/v5...v6)
34+
35+
---
36+
updated-dependencies:
37+
- dependency-name: docker/build-push-action
38+
dependency-type: direct:production
39+
update-type: version-update:semver-major
40+
...
41+
- Chore(deps): bump the python-packages group across 1 directory with 3
42+
updates. [dependabot[bot]]
43+
44+
Bumps the python-packages group with 3 updates in the / directory: [autopep8](https://github.com/hhatto/autopep8), [importlib-metadata](https://github.com/python/importlib_metadata) and [setuptools](https://github.com/pypa/setuptools).
45+
46+
47+
Updates `autopep8` from 2.3.0 to 2.3.1
48+
- [Release notes](https://github.com/hhatto/autopep8/releases)
49+
- [Commits](https://github.com/hhatto/autopep8/compare/v2.3.0...v2.3.1)
50+
51+
Updates `importlib-metadata` from 7.2.0 to 7.2.1
52+
- [Release notes](https://github.com/python/importlib_metadata/releases)
53+
- [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
54+
- [Commits](https://github.com/python/importlib_metadata/compare/v7.2.0...v7.2.1)
55+
56+
Updates `setuptools` from 70.1.0 to 70.1.1
57+
- [Release notes](https://github.com/pypa/setuptools/releases)
58+
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
59+
- [Commits](https://github.com/pypa/setuptools/compare/v70.1.0...v70.1.1)
60+
61+
---
62+
updated-dependencies:
63+
- dependency-name: autopep8
64+
dependency-type: direct:production
65+
update-type: version-update:semver-patch
66+
dependency-group: python-packages
67+
- dependency-name: importlib-metadata
68+
dependency-type: direct:production
69+
update-type: version-update:semver-patch
70+
dependency-group: python-packages
71+
- dependency-name: setuptools
72+
dependency-type: direct:production
73+
update-type: version-update:semver-patch
74+
dependency-group: python-packages
75+
...
76+
- Chore(deps): bump the python-packages group across 1 directory with 2
77+
updates. [dependabot[bot]]
78+
79+
Bumps the python-packages group with 2 updates in the / directory: [importlib-metadata](https://github.com/python/importlib_metadata) and [setuptools](https://github.com/pypa/setuptools).
80+
81+
82+
Updates `importlib-metadata` from 7.1.0 to 7.2.0
83+
- [Release notes](https://github.com/python/importlib_metadata/releases)
84+
- [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
85+
- [Commits](https://github.com/python/importlib_metadata/compare/v7.1.0...v7.2.0)
86+
87+
Updates `setuptools` from 70.0.0 to 70.1.0
88+
- [Release notes](https://github.com/pypa/setuptools/releases)
89+
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
90+
- [Commits](https://github.com/pypa/setuptools/compare/v70.0.0...v70.1.0)
91+
92+
---
93+
updated-dependencies:
94+
- dependency-name: importlib-metadata
95+
dependency-type: direct:production
96+
update-type: version-update:semver-minor
97+
dependency-group: python-packages
98+
- dependency-name: setuptools
99+
dependency-type: direct:production
100+
update-type: version-update:semver-minor
101+
dependency-group: python-packages
102+
...
103+
- Chore(deps): bump the python-packages group with 3 updates.
104+
[dependabot[bot]]
105+
106+
Bumps the python-packages group with 3 updates: [autopep8](https://github.com/hhatto/autopep8), [flake8](https://github.com/pycqa/flake8) and [pycodestyle](https://github.com/PyCQA/pycodestyle).
107+
108+
109+
Updates `autopep8` from 2.2.0 to 2.3.0
110+
- [Release notes](https://github.com/hhatto/autopep8/releases)
111+
- [Commits](https://github.com/hhatto/autopep8/compare/v2.2.0...v2.3.0)
112+
113+
Updates `flake8` from 7.0.0 to 7.1.0
114+
- [Commits](https://github.com/pycqa/flake8/compare/7.0.0...7.1.0)
115+
116+
Updates `pycodestyle` from 2.11.1 to 2.12.0
117+
- [Release notes](https://github.com/PyCQA/pycodestyle/releases)
118+
- [Changelog](https://github.com/PyCQA/pycodestyle/blob/main/CHANGES.txt)
119+
- [Commits](https://github.com/PyCQA/pycodestyle/compare/2.11.1...2.12.0)
120+
121+
---
122+
updated-dependencies:
123+
- dependency-name: autopep8
124+
dependency-type: direct:production
125+
update-type: version-update:semver-minor
126+
dependency-group: python-packages
127+
- dependency-name: flake8
128+
dependency-type: direct:production
129+
update-type: version-update:semver-minor
130+
dependency-group: python-packages
131+
- dependency-name: pycodestyle
132+
dependency-type: direct:production
133+
update-type: version-update:semver-minor
134+
dependency-group: python-packages
135+
...
136+
- Chore(deps): bump urllib3 from 2.2.1 to 2.2.2. [dependabot[bot]]
137+
138+
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 to 2.2.2.
139+
- [Release notes](https://github.com/urllib3/urllib3/releases)
140+
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
141+
- [Commits](https://github.com/urllib3/urllib3/compare/2.2.1...2.2.2)
142+
143+
---
144+
updated-dependencies:
145+
- dependency-name: urllib3
146+
dependency-type: direct:production
147+
...
148+
- Chore(deps): bump the python-packages group across 1 directory with 7
149+
updates. [dependabot[bot]]
150+
151+
Bumps the python-packages group with 7 updates in the / directory:
152+
153+
| Package | From | To |
154+
| --- | --- | --- |
155+
| [autopep8](https://github.com/hhatto/autopep8) | `2.1.1` | `2.2.0` |
156+
| [certifi](https://github.com/certifi/python-certifi) | `2024.2.2` | `2024.6.2` |
157+
| [more-itertools](https://github.com/more-itertools/more-itertools) | `10.2.0` | `10.3.0` |
158+
| [packaging](https://github.com/pypa/packaging) | `24.0` | `24.1` |
159+
| [pkginfo](https://code.launchpad.net/~tseaver/pkginfo/trunk) | `1.10.0` | `1.11.1` |
160+
| [requests](https://github.com/psf/requests) | `2.32.2` | `2.32.3` |
161+
| [zipp](https://github.com/jaraco/zipp) | `3.18.2` | `3.19.2` |
162+
163+
164+
165+
Updates `autopep8` from 2.1.1 to 2.2.0
166+
- [Release notes](https://github.com/hhatto/autopep8/releases)
167+
- [Commits](https://github.com/hhatto/autopep8/compare/v2.1.1...v2.2.0)
168+
169+
Updates `certifi` from 2024.2.2 to 2024.6.2
170+
- [Commits](https://github.com/certifi/python-certifi/compare/2024.02.02...2024.06.02)
171+
172+
Updates `more-itertools` from 10.2.0 to 10.3.0
173+
- [Release notes](https://github.com/more-itertools/more-itertools/releases)
174+
- [Commits](https://github.com/more-itertools/more-itertools/compare/v10.2.0...v10.3.0)
175+
176+
Updates `packaging` from 24.0 to 24.1
177+
- [Release notes](https://github.com/pypa/packaging/releases)
178+
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
179+
- [Commits](https://github.com/pypa/packaging/compare/24.0...24.1)
180+
181+
Updates `pkginfo` from 1.10.0 to 1.11.1
182+
183+
Updates `requests` from 2.32.2 to 2.32.3
184+
- [Release notes](https://github.com/psf/requests/releases)
185+
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
186+
- [Commits](https://github.com/psf/requests/compare/v2.32.2...v2.32.3)
187+
188+
Updates `zipp` from 3.18.2 to 3.19.2
189+
- [Release notes](https://github.com/jaraco/zipp/releases)
190+
- [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst)
191+
- [Commits](https://github.com/jaraco/zipp/compare/v3.18.2...v3.19.2)
192+
193+
---
194+
updated-dependencies:
195+
- dependency-name: autopep8
196+
dependency-type: direct:production
197+
update-type: version-update:semver-minor
198+
dependency-group: python-packages
199+
- dependency-name: certifi
200+
dependency-type: direct:production
201+
update-type: version-update:semver-minor
202+
dependency-group: python-packages
203+
- dependency-name: more-itertools
204+
dependency-type: direct:production
205+
update-type: version-update:semver-minor
206+
dependency-group: python-packages
207+
- dependency-name: packaging
208+
dependency-type: direct:production
209+
update-type: version-update:semver-minor
210+
dependency-group: python-packages
211+
- dependency-name: pkginfo
212+
dependency-type: direct:production
213+
update-type: version-update:semver-minor
214+
dependency-group: python-packages
215+
- dependency-name: requests
216+
dependency-type: direct:production
217+
update-type: version-update:semver-patch
218+
dependency-group: python-packages
219+
- dependency-name: zipp
220+
dependency-type: direct:production
221+
update-type: version-update:semver-minor
222+
dependency-group: python-packages
223+
...
224+
- --- updated-dependencies: - dependency-name: autopep8 dependency-
225+
type: direct:production update-type: version-update:semver-patch
226+
dependency-group: python-packages - dependency-name: black
227+
dependency-type: direct:production update-type: version-
228+
update:semver-minor dependency-group: python-packages - dependency-
229+
name: docutils dependency-type: direct:production update-type:
230+
version-update:semver-minor dependency-group: python-packages -
231+
dependency-name: keyring dependency-type: direct:production
232+
update-type: version-update:semver-minor dependency-group: python-
233+
packages - dependency-name: platformdirs dependency-type:
234+
direct:production update-type: version-update:semver-patch
235+
dependency-group: python-packages - dependency-name: pygments
236+
dependency-type: direct:production update-type: version-
237+
update:semver-minor dependency-group: python-packages - dependency-
238+
name: requests dependency-type: direct:production update-type:
239+
version-update:semver-minor dependency-group: python-packages -
240+
dependency-name: tqdm dependency-type: direct:production update-
241+
type: version-update:semver-patch dependency-group: python-packages
242+
- dependency-name: twine dependency-type: direct:production
243+
update-type: version-update:semver-minor dependency-group: python-
244+
packages - dependency-name: zipp dependency-type: direct:production
245+
update-type: version-update:semver-patch dependency-group: python-
246+
packages ... [dependabot[bot]]
247+
- Chore: update python version in release workflow. [Jose Diaz-Gonzalez]
248+
- Chore: update python version used in linting. [Jose Diaz-Gonzalez]
249+
- Chore: drop unsupported python versions and add supported ones. [Jose
250+
Diaz-Gonzalez]
251+
- --- updated-dependencies: - dependency-name: requests dependency-
252+
type: direct:production ... [dependabot[bot]]
253+
- Chore(deps): bump tqdm from 4.66.2 to 4.66.3. [dependabot[bot]]
254+
255+
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.2 to 4.66.3.
256+
- [Release notes](https://github.com/tqdm/tqdm/releases)
257+
- [Commits](https://github.com/tqdm/tqdm/compare/v4.66.2...v4.66.3)
258+
259+
---
260+
updated-dependencies:
261+
- dependency-name: tqdm
262+
dependency-type: direct:production
263+
...
264+
265+
266+
0.45.2 (2024-05-04)
267+
-------------------
7268
- Chore(deps): bump idna from 3.6 to 3.7. [dependabot[bot]]
8269

9270
Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7.

github_backup/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.45.2"
1+
__version__ = "0.46.0"

0 commit comments

Comments
 (0)