Skip to content

Commit b4fe37f

Browse files
committed
Prepared 0.4.1 release
1 parent 4e02df3 commit b4fe37f

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

CHANGELOG.adoc

+14-9
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
This document provides a high-level view of the changes introduced in {project-name} by release.
77
For a detailed view of what has changed, refer to the {uri-repo}/commits/master[commit history] on GitHub.
88

9-
== <master> - <unreleased>
9+
== 0.4.1 - 2019-11-03
10+
11+
Now with 100% public docker image!
1012

1113
=== Enhancements
1214

@@ -18,6 +20,17 @@ For a detailed view of what has changed, refer to the {uri-repo}/commits/master[
1820

1921
* Fixed libGL.so.1 missing in docker image ({uri-issue}138[#138], {uri-issue}159[#159])
2022

23+
=== Release meta
24+
25+
* Released by: Olivier Bilodeau
26+
* Release beer: Archibald's Triple Américaine limited edition from YUL Airport
27+
28+
=== Credits
29+
30+
Thanks to the following people who contributed to this release:
31+
32+
Émilio Gonzalez, Francis Labelle, Olivier Bilodeau, Ondrej Gersl
33+
2134

2235
== 0.4.0 - 2019-09-01
2336

@@ -71,14 +84,6 @@ Thanks to the following people who contributed to this release:
7184
Maxime Carbonneau, Émilio Gonzalez, Francis Labelle and Olivier Bilodeau
7285

7386

74-
////
75-
=== Release meta
76-
77-
* Released on:
78-
* Released by:
79-
* Release beer:
80-
////
81-
8287

8388
== 0.2.0 - 2019-05-15
8489

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from distutils.core import Extension, setup
1313

1414
setup(name='pyrdp',
15-
version='0.2.0',
15+
version='0.4.1',
1616
description='Remote Desktop Protocol Man-in-the-Middle and library for Python 3',
1717
long_description="""Remote Desktop Protocol Man-in-the-Middle and library for Python 3""",
1818
author='Émilio Gonzalez, Francis Labelle',
@@ -41,4 +41,4 @@
4141
'dbus-python;platform_system!="Windows"',
4242
'notify2;platform_system!="Windows"'
4343
],
44-
)
44+
)

0 commit comments

Comments
 (0)