Skip to content

Commit cdc4471

Browse files
committed
chore: bum sem ver to 2.1.0
1 parent 2b87438 commit cdc4471

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

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/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

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 = '2.0.1'
25+
release = '2.1.0'
2626

2727
# -- General configuration ---------------------------------------------------
2828

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
66

77
[project]
88
name = "software_patterns"
9-
version = "2.0.1"
9+
version = "2.1.0"
1010
description = "Software Design Patterns with types in Python."
1111
readme = "README.rst"
1212
license = { file = "LICENSE" }

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__ = '2.0.1'
1+
__version__ = '2.1.0'
22

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

0 commit comments

Comments
 (0)