File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11PureMVC MultiCore Framework for Python (Ported)
22--------------------------------------------------------------------------
3- Release Date: 10/25/2012
3+ Release Date: 20/02/2013
44 Platform: Python 2.5+
55 Version: 1
66 Revision: 0
7- Minor: 0
7+ Minor: 1
88 Authors: Toby de Havilland <toby.de.havilland@puremvc.org>
99 Daniele Esposti <expo@expobrain.net>
1010--------------------------------------------------------------------------
11- 1.0 - * Official PureMVC.org release
11+ 1.0.1 - * Renamed 'noteType' keyword in Notification's constructor to 'type'
12+ for consistency
13+
14+ 1.0.0 - * Official PureMVC.org release
15+
12160.3.2 - * Added unit test for non-null values in Proxy's constructor
1317 * Fixes in unit tests code to support Python 2.5
1418
Original file line number Diff line number Diff line change 11from distutils .core import setup
22
33setup (name = 'PureMVC Multicore Python' ,
4- version = '1.0.0 ' ,
4+ version = '1.0.1 ' ,
55 description = 'PureMVC Multicore Python Framework' ,
66 author = 'Toby de Havilland, Daniele Esposti' ,
77 author_email = 'toby.de.havilland@puremvc.org, expo@expobrain.net' ,
You can’t perform that action at this time.
0 commit comments