Merge branch 'master' of ssh://edbob.org/srv/git/edbob

This commit is contained in:
Lance Edgar 2012-11-12 22:59:41 -08:00
commit 99866edac8
2 changed files with 11 additions and 1 deletions

View file

@ -1,4 +1,14 @@
0.1a23
------
- [feature] Added ``capture_output()`` function to ``win32`` module. This is a
convenience function which works around an issue when attempting to capture
output from a command when the calling application is a Windows GUI app which
was launched via the Windows console (DOS terminal).
- [feature] Updated ``User`` and ``Role`` management views for Pyramid apps.
0.1a22 0.1a22
------ ------

View file

@ -1 +1 @@
__version__ = '0.1a23' __version__ = '0.1a24'