Bump version for release.

This commit is contained in:
Dan Helfman
2026-01-16 12:42:25 -08:00
parent 2419ae314e
commit 486a5fb6b5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
2.1.0.dev0
2.1.0
* TL;DR: Many logging, memory, and performance improvements. Mind those breaking changes!
* #485: When running commands (database clients, command hooks, etc.), elevate stderr output to
show up as borgmatic error logs.
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "borgmatic"
version = "2.1.0.dev0"
version = "2.1.0"
authors = [
{ name="Dan Helfman", email="witten@torsion.org" },
]