Skip to content

Commit 9622fd0

Browse files
committed
release(semantic_version): bump version to 1.2.0
1 parent 803b660 commit 9622fd0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = '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

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[metadata]
22
## Setuptools specific information
33
name = software_patterns
4-
version = 1.1.3
4+
version = 1.2.0
55
description = Software Design Patterns with types in Python.
66
long_description = file: README.rst
77
long_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
1515
url = 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
2020
project_urls =

src/software_patterns/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '1.1.3'
1+
__version__ = '1.2.0'
22

33
from .notification import Observer, Subject
44
from .memoize import ObjectsPool

0 commit comments

Comments
 (0)