Skip to content

Commit

Permalink
the-new-hotness 0.13.4
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
  • Loading branch information
Zlopez committed Feb 4, 2021
1 parent 1839dd9 commit 0c576aa
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ fedmsg.d/hotness.py
coverage.xml
htmlcov/
.venv/
build/

# Docs
*_build/
Expand Down
18 changes: 18 additions & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ Release notes

.. towncrier release notes start
0.13.4 (2021-02-04)
===================

Bug Fixes
---------

* handle master -> rawhide branch change
(`#318 <https://github.com/fedora-infra/the-mew-hotness/issues/318>`_)


Contributors
------------
Many thanks to the contributors of bug reports, pull requests, and pull request
reviews for this release:

* Michal Konečný


0.13.3 (2021-01-25)
===================

Expand Down
2 changes: 1 addition & 1 deletion hotness/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

__author__ = "Red Hat, Inc. and others"
__license__ = "LGPLv2+"
__version__ = "0.13.3"
__version__ = "0.13.4"
1 change: 0 additions & 1 deletion news/318.bug

This file was deleted.

0 comments on commit 0c576aa

Please sign in to comment.