This release contains some bugfixes and new features

Revit Python Wrapper was created to help Python programmers write Revit API code.
It is used by Dynamo, pyRevit and RevitPythonShell, but now Assistant can also run scripts dependent on the wrapper.
Test out the console ui by creating a Console.py file with the following conent
from rpw.ui.forms import Console
Console()
Select the created Console.py file in run python task and run it.
Deactivate the poppup closer in Assistant, see "Disable popup closer" on page assistant-variables
Now you will get a python console in Revit . For more examples, check out the Revit Python Wrapper documentation
