Skip to content

Commit 8820cf1

Browse files
author
Daniele Esposti
committed
Updated revision number and changelog
1 parent f8b86dd commit 8820cf1

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

VERSION

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
PureMVC 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+
1216
0.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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from distutils.core import setup
22

33
setup(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',

0 commit comments

Comments
 (0)