Skip to content

Commit

Permalink
Release 0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Zlopez committed Oct 12, 2018
1 parent 0ecdf94 commit 7d115fc
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 6 deletions.
2 changes: 1 addition & 1 deletion anitya/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


__api_version__ = '1.0'
__version__ = '0.13.1'
__version__ = '0.13.2'
46 changes: 46 additions & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,52 @@ Release Notes

.. towncrier release notes start
0.13.2 (2018-10-12)
===================

Features
--------

* Show users their ID on Settings page
(`PR#631 <https://github.com/fedora-infra/fedora-messaging/pull/631>`_)

* Add sorting by creation date for versions
(`#593 <https://github.com/fedora-infra/fedora-messaging/issues/593>`_)


Bug Fixes
---------

* Can't parse owner/repo on Github backend
(`PR#632 <https://github.com/fedora-infra/fedora-messaging/pull/632>`_)

* Login into staging using OpenID not possible
(`#616 <https://github.com/fedora-infra/fedora-messaging/issues/616>`_)


Development Changes
-------------------

* Add towncrier for generating release notes
(`PR#618 <https://github.com/fedora-infra/fedora-messaging/pull/618>`_)

* Remove deprecations warning
(`PR#627 <https://github.com/fedora-infra/fedora-messaging/pull/627>`_)

* Add documentation dependency to vagrant container
(`PR#630 <https://github.com/fedora-infra/fedora-messaging/pull/630>`_)


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

* Eli Young
* Jeremy Cline
* Michal Konečný


v0.13.1
=======

Expand Down
1 change: 0 additions & 1 deletion news/616.bug

This file was deleted.

1 change: 0 additions & 1 deletion news/PR618.dev

This file was deleted.

1 change: 0 additions & 1 deletion news/feature.593

This file was deleted.

1 change: 0 additions & 1 deletion news/mkonecny.author

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.towncrier]
package = "anitya"
filename = "docs/release_notes.rst"
filename = "docs/release-notes.rst"
directory = "news/"
title_format = "{version} ({project_date})"
issue_format = "{issue}"
Expand Down

0 comments on commit 7d115fc

Please sign in to comment.