File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## UNRELEASED
7+ ## [ 0.3.0 ] - 2021-11-16
88### Added
99- Added base implementation of CQRS Pattern.
1010- Added base implementation of Unit of Work Pattern.
Original file line number Diff line number Diff line change 33# Define the package's version.
44# - Is used for indexing and distributing the package
55# - Follow the conventions defined by PEP440
6- __version__ = "0.3.0dev1 "
6+ __version__ = "0.3.0 "
77
88
99def _get_base_dir () -> str :
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " kingdom-sdk"
3- version = " 0.3.0dev1 "
3+ version = " 0.3.0 "
44description = " Library containing the core modules for the kingdom-python-server"
55authors = [" William Abreu <william@t10.digital>" ]
66license = " MIT License"
You can’t perform that action at this time.
0 commit comments