Skip to content

Commit

Permalink
Bumping the version for potential new release.
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Saleh <asaleh@redhat.com>
  • Loading branch information
AdamSaleh committed Nov 26, 2021
1 parent 70e3c96 commit 2f400fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bodhi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Fedora's update manager."""

__version__ = "5.7.1"
__version__ = "5.7.2"

# This is a regular expression used to match username mentions in comments.
MENTION_RE = r'(?<!\S)(@\w+)'

0 comments on commit 2f400fd

Please sign in to comment.