forked from borgmatic-collective/borgmatic
Add the NEWS changelog file to release tarball (#1298).
This commit is contained in:
parent
9da75fdc58
commit
d8f558ce0d
3 changed files with 5 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
# This file only applies to the source dist tarball, not the built wheel.
|
||||
include NEWS
|
||||
include borgmatic/config/schema.yaml
|
||||
graft docs
|
||||
graft sample
|
||||
|
|
|
|||
3
NEWS
3
NEWS
|
|
@ -1,3 +1,6 @@
|
|||
2.1.6.dev0
|
||||
* Add the NEWS changelog file to release tarball (#1298).
|
||||
|
||||
2.1.5
|
||||
* #1229: Document the permissions needed for the PostgreSQL database hook:
|
||||
https://torsion.org/borgmatic/reference/configuration/data-sources/postgresql/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "borgmatic"
|
||||
version = "2.1.5"
|
||||
version = "2.1.6.dev0"
|
||||
authors = [
|
||||
{ name="Dan Helfman", email="witten@torsion.org" },
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue