diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index dc5064a20..076def5bc 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -6,7 +6,9 @@ This document provides a high-level view of the changes introduced in {project-name} by release. For a detailed view of what has changed, refer to the {uri-repo}/commits/master[commit history] on GitHub. -== - +== 0.4.1 - 2019-11-03 + +Now with 100% public docker image! === Enhancements @@ -18,6 +20,17 @@ For a detailed view of what has changed, refer to the {uri-repo}/commits/master[ * Fixed libGL.so.1 missing in docker image ({uri-issue}138[#138], {uri-issue}159[#159]) +=== Release meta + +* Released by: Olivier Bilodeau +* Release beer: Archibald's Triple Américaine limited edition from YUL Airport + +=== Credits + +Thanks to the following people who contributed to this release: + +Émilio Gonzalez, Francis Labelle, Olivier Bilodeau, Ondrej Gersl + == 0.4.0 - 2019-09-01 @@ -71,14 +84,6 @@ Thanks to the following people who contributed to this release: Maxime Carbonneau, Émilio Gonzalez, Francis Labelle and Olivier Bilodeau -//// -=== Release meta - -* Released on: -* Released by: -* Release beer: -//// - == 0.2.0 - 2019-05-15 diff --git a/setup.py b/setup.py index def31d44a..74a847e4c 100755 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ from distutils.core import Extension, setup setup(name='pyrdp', - version='0.2.0', + version='0.4.1', description='Remote Desktop Protocol Man-in-the-Middle and library for Python 3', long_description="""Remote Desktop Protocol Man-in-the-Middle and library for Python 3""", author='Émilio Gonzalez, Francis Labelle', @@ -41,4 +41,4 @@ 'dbus-python;platform_system!="Windows"', 'notify2;platform_system!="Windows"' ], -) \ No newline at end of file +)