File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -133,9 +133,9 @@ Example code to use the `factory` pattern in the form of a `(sub) class registry
133133 :alt: PyPI - Python Version
134134 :target: https://pypi.org/project/software-patterns
135135
136- .. |commits_since | image :: https://img.shields.io/github/commits-since/boromir674/software-patterns/v2.0.1 /master?color=blue&logo=Github
136+ .. |commits_since | image :: https://img.shields.io/github/commits-since/boromir674/software-patterns/v2.1.0 /master?color=blue&logo=Github
137137 :alt: GitHub commits since tagged version (branch)
138- :target: https://github.com/boromir674/software-patterns/compare/v2.0.1 ..master
138+ :target: https://github.com/boromir674/software-patterns/compare/v2.1.0 ..master
139139
140140
141141.. |scrutinizer | image :: https://img.shields.io/scrutinizer/quality/g/boromir674/software-patterns/master?logo=scrutinizer-ci
Original file line number Diff line number Diff line change 2222author = 'Konstantinos Lampridis'
2323
2424# The full version, including alpha/beta/rc tags
25- release = '2.0.1 '
25+ release = '2.1.0 '
2626
2727# -- General configuration ---------------------------------------------------
2828
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
66
77[project ]
88name = " software_patterns"
9- version = " 2.0.1 "
9+ version = " 2.1.0 "
1010description = " Software Design Patterns with types in Python."
1111readme = " README.rst"
1212license = { file = " LICENSE" }
Original file line number Diff line number Diff line change 1- __version__ = '2.0.1 '
1+ __version__ = '2.1.0 '
22
33from .memoize import ObjectsPool
44from .notification import Observer , Subject
You can’t perform that action at this time.
0 commit comments