Skip to content

Commit 89cda19

Browse files
authored
v5.1.2 (#661)
1 parent 3db2c4f commit 89cda19

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

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.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

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__ = "5.1.1"
3+
__version__ = "5.1.2"

0 commit comments

Comments
 (0)