Skip to content

Commit 5530a1b

Browse files
committed
Release version 0.50.0
1 parent 90ac499 commit 5530a1b

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

CHANGES.rst

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

4-
0.49.0 (2025-02-01)
4+
0.50.0 (2025-02-22)
55
-------------------
66
------------------------
7+
- Chore: fix inline comments. [Jose Diaz-Gonzalez]
8+
- Chore(deps): bump the python-packages group across 1 directory with 2
9+
updates. [dependabot[bot]]
10+
11+
Bumps the python-packages group with 2 updates in the / directory: [flake8](https://github.com/pycqa/flake8) and [pkginfo](https://code.launchpad.net/~tseaver/pkginfo/trunk).
12+
13+
14+
Updates `flake8` from 7.1.1 to 7.1.2
15+
- [Commits](https://github.com/pycqa/flake8/compare/7.1.1...7.1.2)
16+
17+
Updates `pkginfo` from 1.12.0 to 1.12.1.2
18+
19+
---
20+
updated-dependencies:
21+
- dependency-name: flake8
22+
dependency-type: direct:production
23+
update-type: version-update:semver-patch
24+
dependency-group: python-packages
25+
- dependency-name: pkginfo
26+
dependency-type: direct:production
27+
update-type: version-update:semver-patch
28+
dependency-group: python-packages
29+
...
30+
31+
32+
0.49.0 (2025-02-01)
33+
-------------------
734
- Convert timestamp to string, although maybe the other way around would
835
be better ... [Honza Maly]
936
- Implementing incremental by files, safer version of incremental

github_backup/__init__.py

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

0 commit comments

Comments
 (0)