#589: Build using app.build() in setup command.

This commit is contained in:
Georg Brandl 2011-01-08 00:28:53 +01:00
parent 7955bc01c0
commit 7f113ec83f

View File

@ -1,6 +1,8 @@
Release 1.0.7 (in development)
==============================
* #589: Build using app.build() in setup command.
* Fix a bug in the inheritance diagram exception that caused base
classes to be skipped if one of them is a builtin.