File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,13 @@ follows `Semantic versioning`_
99
1010Development version
1111-------------------
12- .. - No features.
12+ - No features.
13+
14+ 3.0.1
15+ -----
16+ - Add ``*.c `` source files under version control.
17+ - Change keywords.
18+
1319
14203.0.0
1521-----
Original file line number Diff line number Diff line change 7979 license = 'BSD New' ,
8080 platforms = ['any' ],
8181 keywords = [
82- 'DI' ,
8382 'Dependency injection' ,
84- 'IoC ' ,
83+ 'DI ' ,
8584 'Inversion of Control' ,
85+ 'IoC' ,
8686 ],
8787 classifiers = [
8888 'Development Status :: 5 - Production/Stable' ,
Original file line number Diff line number Diff line change 11"""Dependency injector top-level package."""
22
3- VERSION = '3.0.0 '
3+ VERSION = '3.0.1 '
44"""Version number that follows semantic versioning.
55
66:type: str
You can’t perform that action at this time.
0 commit comments