File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.1.2] - 2026-01-14
20+
1721### Fixed
1822
1923- Fixed a bug where metadata files were not being removed during clean-up.
@@ -342,7 +346,8 @@ Don't forget to remove deprecated code on each major release!
342346
343347- Miscellaneous maintenance and minor bug fixes.
344348
345- [ Unreleased ] : https://github.com/Archmonger/django-dbbackup/compare/5.1.1...HEAD
349+ [ Unreleased ] : https://github.com/Archmonger/django-dbbackup/compare/5.1.2...HEAD
350+ [ 5.1.2 ] : https://github.com/Archmonger/django-dbbackup/compare/5.1.1...5.1.2
346351[ 5.1.1 ] : https://github.com/Archmonger/django-dbbackup/compare/5.1.0...5.1.1
347352[ 5.1.0 ] : https://github.com/Archmonger/django-dbbackup/compare/5.0.1...5.1.0
348353[ 5.0.1 ] : https://github.com/Archmonger/django-dbbackup/compare/5.0.0...5.0.1
Original file line number Diff line number Diff line change 11"""Management commands to help backup and restore a project database and media"""
22
3- __version__ = "5.1.1 "
3+ __version__ = "5.1.2 "
You can’t perform that action at this time.
0 commit comments