Skip to content

Commit

Permalink
Prep for v2.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Konečný <[email protected]>
  • Loading branch information
Zlopez committed Mar 4, 2022
1 parent d2cfe02 commit 60d1e72
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 5 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,45 @@
Changelog
=========

v2.3.0
======

Bug fixes
---------

* Remove links to old website
(`#337 <https://github.com/fedora-infra/fmn/pull/337>`_).
* Remove the archived repositories from documentation
(`#338 <https://github.com/fedora-infra/fmn/pull/338>`_).

Developer Improvements
----------------------

* Update vagrant to F34
(`#328 <https://github.com/fedora-infra/fmn/pull/328>`_).
* Migrate to Zuul CI
(`#330 <https://github.com/fedora-infra/fmn/pull/330>`_).
* Add diff-cover
(`#333 <https://github.com/fedora-infra/fmn/pull/333>`_).
* Use fasjson library
(`#332 <https://github.com/fedora-infra/fmn/pull/332>`_).
* Fix CI tests
(`#335 <https://github.com/fedora-infra/fmn/pull/335>`_).
* Add ReadTheDocs configuration file
(`#339 <https://github.com/fedora-infra/fmn/pull/339>`_).

v2.2.3
======

Bug fixes
---------

* Fix config accessor for fasjson
(`#323 <https://github.com/fedora-infra/fmn/pull/323>`_).

* Actually use the datanommer.enabled config flag
(`#324 <https://github.com/fedora-infra/fmn/pull/324>`_).

v2.2.2
======

Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,17 @@

# General information about the project.
project = 'FMN'
copyright = '2021, Red Hat, Inc. and others'
copyright = '2022, Red Hat, Inc. and others'
author = 'Red Hat, Inc. and others'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '2.2'
version = '2.3'
# The full version, including alpha/beta/rc tags.
release = '2.2.3'
release = '2.3.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 python-fmn.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
%global with_docs 0

Name: python-%{srcname}
Version: 2.2.3
Version: 2.3.0
Release: 1%{?dist}
Summary: A system for generic fedmsg-driven notifications for end users

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='2.2.3',
version='2.3.0',
description='Library for fedmsg Notifications',
long_description=get_description(),
author='Fedora Infrastructure Team',
Expand Down

0 comments on commit 60d1e72

Please sign in to comment.