Skip to content

Commit

Permalink
Prepared 0.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
obilodeau committed Nov 3, 2019
1 parent 4e02df3 commit b4fe37f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
23 changes: 14 additions & 9 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

== <master> - <unreleased>
== 0.4.1 - 2019-11-03

Now with 100% public docker image!

=== Enhancements

Expand All @@ -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

Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -41,4 +41,4 @@
'dbus-python;platform_system!="Windows"',
'notify2;platform_system!="Windows"'
],
)
)

0 comments on commit b4fe37f

Please sign in to comment.