Skip to content

Commit e20e791

Browse files
committed
Release 0.6.0
1 parent a518570 commit e20e791

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,8 @@ updates:
1010
- package-ecosystem: "pip"
1111
directory: "/"
1212
schedule:
13-
interval: weekly
13+
interval: monthly
14+
groups:
15+
pip:
16+
patterns:
17+
- "*"

prometheus_xmpp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import traceback
1919
from datetime import datetime
2020

21-
__version__ = (0, 5, 8)
21+
__version__ = (0, 6, 0)
2222
version_string = ".".join(map(str, __version__))
2323

2424

0 commit comments

Comments
 (0)