Skip to content

Commit

Permalink
Prep for the 1.4.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
  • Loading branch information
jeremycline committed Aug 15, 2017
1 parent ef41d9b commit 4429003
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 3 deletions.
48 changes: 48 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,54 @@
Changelog
=========

1.4.0
=====


Features
--------

* The bootstrap CSS theme is now configurable using the 'fmn.web.theme_css_url'
configuration key (`#202 <https://github.com/fedora-infra/fmn/pull/202>`_).

* FMN can now be configured to query Pagure rather than PkgDB
using the "fmn.rules.utils.pagure_api_url" and "fmn.rules.utils.use_pagure_for_ownership"
configuration flags (`#206 <https://github.com/fedora-infra/fmn/pull/206>`_).

* FMN can now be configured to subscribe to certain topics rather than everything
using the 'fmn.topics' configuration field
(`#218 <https://github.com/fedora-infra/fmn/pull/218>`_).

* Initial rules for CI-related messages have been added
(`#221 <https://github.com/fedora-infra/fmn/pull/221>`_).


Bugfixes
--------

* Fix the CSRF errors for libravatar.org
(`#214 <https://github.com/fedora-infra/fmn/pull/214>`_).

* Fix an issue where example messages were never shown for new filters
(`#220 <https://github.com/fedora-infra/fmn/pull/220>`_).


Development Improvements
------------------------

* The Vagrant environment now includes datanommer
(`#211 <https://github.com/fedora-infra/fmn/pull/211>`_).


Many thanks to the following contributors for their work on this release:

* Ralph Bean
* Pierre-Yves Chibon
* Jeremy Cline
* Francois Marier
* Matt Prahl


1.3.1
=====

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
# built documents.
#
# The short X.Y version.
version = '1.3'
version = '1.4'
# The full version, including alpha/beta/rc tags.
release = '1.3.1'
release = '1.4.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def get_requirements(filename='requirements.txt'):

setup(
name='fmn',
version='1.3.1',
version='1.4.0',
description='Library for fedmsg Notifications',
long_description=get_description(),
author='Fedora Infrastructure Team',
Expand Down

0 comments on commit 4429003

Please sign in to comment.