Skip to content

Commit 89ccd53

Browse files
authored
v5.0.0 (#635)
1 parent 48dc625 commit 89ccd53

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ Don't forget to remove deprecated code on each major release!
1414

1515
## [Unreleased]
1616

17+
- Nothing (yet)!
18+
19+
## [5.0.0] - 2025-08-30
20+
1721
### Added
1822

1923
- Implement new `SqliteBackupConnector` to backup SQLite3 databases using the `.backup` command (safe to execute on databases with active connections).
@@ -320,7 +324,8 @@ Don't forget to remove deprecated code on each major release!
320324

321325
- Miscellaneous maintenance and minor bug fixes.
322326

323-
[Unreleased]: https://github.com/Archmonger/django-dbbackup/compare/4.3.0...HEAD
327+
[Unreleased]: https://github.com/Archmonger/django-dbbackup/compare/5.0.0...HEAD
328+
[5.0.0]: https://github.com/Archmonger/django-dbbackup/compare/4.3.0...5.0.0
324329
[4.3.0]: https://github.com/Archmonger/django-dbbackup/compare/4.2.1...4.3.0
325330
[4.2.1]: https://github.com/Archmonger/django-dbbackup/compare/4.2.0...4.2.1
326331
[4.2.0]: https://github.com/Archmonger/django-dbbackup/compare/4.1.0...4.2.0

dbbackup/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Management commands to help backup and restore a project database and media"""
22

3-
__version__ = "4.3.0"
3+
__version__ = "5.0.0"

0 commit comments

Comments
 (0)