Skip to content

Commit c92f5ef

Browse files
committed
Release version 0.49.0
1 parent 095b712 commit c92f5ef

File tree

2 files changed

+116
-2
lines changed

2 files changed

+116
-2
lines changed

CHANGES.rst

Lines changed: 115 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,123 @@
11
Changelog
22
=========
33

4-
0.48.0 (2025-01-04)
4+
0.49.0 (2025-02-01)
55
-------------------
66
------------------------
7+
- Convert timestamp to string, although maybe the other way around would
8+
be better ... [Honza Maly]
9+
- Implementing incremental by files, safer version of incremental
10+
backup. [Honza Maly]
11+
- Chore(deps): bump the python-packages group across 1 directory with 7
12+
updates. [dependabot[bot]]
13+
14+
Bumps the python-packages group with 7 updates in the / directory:
15+
16+
| Package | From | To |
17+
| --- | --- | --- |
18+
| [autopep8](https://github.com/hhatto/autopep8) | `2.3.1` | `2.3.2` |
19+
| [black](https://github.com/psf/black) | `24.10.0` | `25.1.0` |
20+
| [certifi](https://github.com/certifi/python-certifi) | `2024.12.14` | `2025.1.31` |
21+
| [importlib-metadata](https://github.com/python/importlib_metadata) | `8.5.0` | `8.6.1` |
22+
| [more-itertools](https://github.com/more-itertools/more-itertools) | `10.5.0` | `10.6.0` |
23+
| [setuptools](https://github.com/pypa/setuptools) | `75.7.0` | `75.8.0` |
24+
| [twine](https://github.com/pypa/twine) | `6.0.1` | `6.1.0` |
25+
26+
27+
28+
Updates `autopep8` from 2.3.1 to 2.3.2
29+
- [Release notes](https://github.com/hhatto/autopep8/releases)
30+
- [Commits](https://github.com/hhatto/autopep8/compare/v2.3.1...v2.3.2)
31+
32+
Updates `black` from 24.10.0 to 25.1.0
33+
- [Release notes](https://github.com/psf/black/releases)
34+
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
35+
- [Commits](https://github.com/psf/black/compare/24.10.0...25.1.0)
36+
37+
Updates `certifi` from 2024.12.14 to 2025.1.31
38+
- [Commits](https://github.com/certifi/python-certifi/compare/2024.12.14...2025.01.31)
39+
40+
Updates `importlib-metadata` from 8.5.0 to 8.6.1
41+
- [Release notes](https://github.com/python/importlib_metadata/releases)
42+
- [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
43+
- [Commits](https://github.com/python/importlib_metadata/compare/v8.5.0...v8.6.1)
44+
45+
Updates `more-itertools` from 10.5.0 to 10.6.0
46+
- [Release notes](https://github.com/more-itertools/more-itertools/releases)
47+
- [Commits](https://github.com/more-itertools/more-itertools/compare/v10.5.0...v10.6.0)
48+
49+
Updates `setuptools` from 75.7.0 to 75.8.0
50+
- [Release notes](https://github.com/pypa/setuptools/releases)
51+
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
52+
- [Commits](https://github.com/pypa/setuptools/compare/v75.7.0...v75.8.0)
53+
54+
Updates `twine` from 6.0.1 to 6.1.0
55+
- [Release notes](https://github.com/pypa/twine/releases)
56+
- [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst)
57+
- [Commits](https://github.com/pypa/twine/compare/6.0.1...6.1.0)
58+
59+
---
60+
updated-dependencies:
61+
- dependency-name: autopep8
62+
dependency-type: direct:production
63+
update-type: version-update:semver-patch
64+
dependency-group: python-packages
65+
- dependency-name: black
66+
dependency-type: direct:production
67+
update-type: version-update:semver-major
68+
dependency-group: python-packages
69+
- dependency-name: certifi
70+
dependency-type: direct:production
71+
update-type: version-update:semver-major
72+
dependency-group: python-packages
73+
- dependency-name: importlib-metadata
74+
dependency-type: direct:production
75+
update-type: version-update:semver-minor
76+
dependency-group: python-packages
77+
- dependency-name: more-itertools
78+
dependency-type: direct:production
79+
update-type: version-update:semver-minor
80+
dependency-group: python-packages
81+
- dependency-name: setuptools
82+
dependency-type: direct:production
83+
update-type: version-update:semver-minor
84+
dependency-group: python-packages
85+
- dependency-name: twine
86+
dependency-type: direct:production
87+
update-type: version-update:semver-minor
88+
dependency-group: python-packages
89+
...
90+
- Chore(deps): bump the python-packages group across 1 directory with 2
91+
updates. [dependabot[bot]]
92+
93+
Bumps the python-packages group with 2 updates in the / directory: [pygments](https://github.com/pygments/pygments) and [setuptools](https://github.com/pypa/setuptools).
94+
95+
96+
Updates `pygments` from 2.18.0 to 2.19.1
97+
- [Release notes](https://github.com/pygments/pygments/releases)
98+
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
99+
- [Commits](https://github.com/pygments/pygments/compare/2.18.0...2.19.1)
100+
101+
Updates `setuptools` from 75.6.0 to 75.7.0
102+
- [Release notes](https://github.com/pypa/setuptools/releases)
103+
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
104+
- [Commits](https://github.com/pypa/setuptools/compare/v75.6.0...v75.7.0)
105+
106+
---
107+
updated-dependencies:
108+
- dependency-name: pygments
109+
dependency-type: direct:production
110+
update-type: version-update:semver-minor
111+
dependency-group: python-packages
112+
- dependency-name: setuptools
113+
dependency-type: direct:production
114+
update-type: version-update:semver-minor
115+
dependency-group: python-packages
116+
...
117+
118+
119+
0.48.0 (2025-01-04)
120+
-------------------
7121
- Chore: reformat file to fix lint issues. [Jose Diaz-Gonzalez]
8122
- Chore(deps): bump the python-packages group across 1 directory with 4
9123
updates. [dependabot[bot]]

github_backup/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.48.0"
1+
__version__ = "0.49.0"

0 commit comments

Comments
 (0)