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

Commit d60992b

Browse files
committed
Prepare for 1.1.4
Signed-off-by: Michal Konečný <[email protected]>
1 parent 5bd669f commit d60992b

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

doc/changelog.rst

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

5+
v1.1.4
6+
======
7+
8+
Developer improvements
9+
----------------------
10+
11+
* Fix all tests to make the rpm build work
12+
(`#535 <https://github.com/fedora-infra/fedmsg/pull/535>`_)
13+
14+
* Remove m2crypto - it wasn't possible to build m2ext with newer OpenSSL
15+
(`#535 <https://github.com/fedora-infra/fedmsg/pull/535>`_)
16+
517
v1.1.3
618
======
719

setup.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100

101101
setup(
102102
name='fedmsg',
103-
version='1.1.3',
103+
version='1.1.4',
104104
description="Fedora Messaging Client API",
105105
long_description=long_description,
106106
author='Ralph Bean',
@@ -116,8 +116,9 @@
116116
'Programming Language :: Python :: 2',
117117
'Programming Language :: Python :: 2.7',
118118
'Programming Language :: Python :: 3',
119-
'Programming Language :: Python :: 3.5',
120119
'Programming Language :: Python :: 3.6',
120+
'Programming Language :: Python :: 3.10',
121+
'Programming Language :: Python :: 3.11',
121122
'Topic :: System :: Networking',
122123
],
123124
install_requires=install_requires,

0 commit comments

Comments
 (0)