Skip to content

Commit 8352b3a

Browse files
committed
update
1 parent 1594281 commit 8352b3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [2.0.1] - 2025-08-19
5+
## [2.0.2] - 2025-08-19
66
- Minor fixes
77

88
## [2.0.1] - 2025-05-15

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
PureMVC is a lightweight framework for creating applications based upon the classic [Model-View-Controller](http://en.wikipedia.org/wiki/Model-view-controller) design meta-pattern. It supports [modular programming](http://en.wikipedia.org/wiki/Modular_programming) through the use of [Multiton](http://en.wikipedia.org/wiki/Multiton) Core actors instead of the [Singleton](http://en.wikipedia.org/wiki/Singleton_pattern)s used in the [Standard Version](https://github.com/PureMVC/puremvc-python-standard-framework/wiki).
44

55
* [PyPI Package](https://pypi.org/project/PureMVC/)
6-
* [API Docs](https://puremvc.org/pages/docs/Python/multicore)
6+
* [API Docs](https://puremvc.org/puremvc-python-multicore-framework/)
77
* [Legacy Implementation](https://github.com/PureMVC/puremvc-python-multicore-framework/tree/1.0.1)
88

99
# Installation

0 commit comments

Comments
 (0)