File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 1.2.0 (2022-05-04)
5+ ------------------
6+
7+ feature
8+ ^^^^^^^
9+ - enable types to be recognized by packages importing the software_patterns library
10+
11+
4121.1.3 (2022-04-30)
513------------------
614
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/v1.1.3 /master?color=blue&logo=Github
136+ .. |commits_since | image :: https://img.shields.io/github/commits-since/boromir674/software-patterns/v1.2.0 /master?color=blue&logo=Github
137137 :alt: GitHub commits since tagged version (branch)
138- :target: https://github.com/boromir674/software-patterns/compare/v1.1.3 ..master
138+ :target: https://github.com/boromir674/software-patterns/compare/v1.2.0 ..master
139139
140140
141141
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 = '1.0 .0'
25+ release = '1.2 .0'
2626
2727# -- General configuration ---------------------------------------------------
2828
Original file line number Diff line number Diff line change 11[metadata]
22# # Setuptools specific information
33name = software_patterns
4- version = 1.1.3
4+ version = 1.2.0
55description = Software Design Patterns with types in Python.
66long_description = file: README.rst
77long_description_content_type = text/x-rst
@@ -14,7 +14,7 @@ author_email = k.lampridis@hotmail.com
1414# represents the web home page of the project
1515url = https://github.com/boromir674/software_patterns
1616
17- download_url = https://github.com/boromir674/software_patterns/archive/v1.1.3 .tar.gz
17+ download_url = https://github.com/boromir674/software_patterns/archive/v1.2.0 .tar.gz
1818
1919# # PyPi specific information
2020project_urls =
Original file line number Diff line number Diff line change 1- __version__ = '1.1.3 '
1+ __version__ = '1.2.0 '
22
33from .notification import Observer , Subject
44from .memoize import ObjectsPool
You can’t perform that action at this time.
0 commit comments