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

Commit 07667b0

Browse files
committed
Prepare for 1.1.7 release
Signed-off-by: Michal Konečný <[email protected]>
1 parent 603f4e9 commit 07667b0

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

Diff for: doc/changelog.rst

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

5+
v1.1.7
6+
======
7+
8+
Developer improvements
9+
----------------------
10+
11+
* Regenerate expired test cert and set the expiry to 10 years
12+
(`#538 <https://github.com/fedora-infra/fedmsg/pull/538>`_).
13+
514
v1.1.6
615
======
716

Diff for: doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
# The short X.Y version.
6767
version = u'1.1'
6868
# The full version, including alpha/beta/rc tags.
69-
release = u'1.1.3'
69+
release = u'1.1.7'
7070

7171
# The language for content autogenerated by Sphinx. Refer to documentation
7272
# for a list of supported languages.

Diff for: 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.6',
108+
version='1.1.7',
109109
description="Fedora Messaging Client API",
110110
long_description=long_description,
111111
author='Ralph Bean',

0 commit comments

Comments
 (0)