Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit bd03c56

Browse files
committed
Prepare for 1.1.5 release
Signed-off-by: Michal Konečný <[email protected]>
1 parent 6f8b256 commit bd03c56

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

doc/changelog.rst

+19
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22
Changelog
33
=========
44

5+
v1.1.5
6+
======
7+
8+
Features
9+
--------
10+
11+
* Add configuration for skipping last message
12+
(`#534 <https://github.com/fedora-infra/fedmsg/pull/534>`_).
13+
14+
Developer improvements
15+
----------------------
16+
17+
* Revert 'Remove m2crypto' commit - the package can't be build for EPEL7
18+
(`#6f8b256 https://github.com/fedora-infra/fedmsg/commit/6f8b2569c07bc8eeab0cf15791fee941b6860f83`_)
19+
20+
Many thanks to all our contributors for this release:
21+
22+
* penguinpee
23+
524
v1.1.4
625
======
726

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105

106106
setup(
107107
name='fedmsg',
108-
version='1.1.4',
108+
version='1.1.5',
109109
description="Fedora Messaging Client API",
110110
long_description=long_description,
111111
author='Ralph Bean',

0 commit comments

Comments
 (0)