File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed 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
133
133
:alt: PyPI - Python Version
134
134
:target: https://pypi.org/project/software-patterns
135
135
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
137
137
: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
139
139
140
140
141
141
Original file line number Diff line number Diff line change 22
22
author = 'Konstantinos Lampridis'
23
23
24
24
# The full version, including alpha/beta/rc tags
25
- release = '1.0 .0'
25
+ release = '1.2 .0'
26
26
27
27
# -- General configuration ---------------------------------------------------
28
28
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
# # Setuptools specific information
3
3
name = software_patterns
4
- version = 1.1.3
4
+ version = 1.2.0
5
5
description = Software Design Patterns with types in Python.
6
6
long_description = file: README.rst
7
7
long_description_content_type = text/x-rst
@@ -14,7 +14,7 @@ author_email = k.lampridis@hotmail.com
14
14
# represents the web home page of the project
15
15
url = https://github.com/boromir674/software_patterns
16
16
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
18
18
19
19
# # PyPi specific information
20
20
project_urls =
Original file line number Diff line number Diff line change 1
- __version__ = '1.1.3 '
1
+ __version__ = '1.2.0 '
2
2
3
3
from .notification import Observer , Subject
4
4
from .memoize import ObjectsPool
You can’t perform that action at this time.
0 commit comments