Skip to content

Commit

Permalink
doc: updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
williamabreu committed Nov 16, 2021
1 parent 3e7aaf2 commit 9f4bcc1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## UNRELEASED
## [0.3.0] - 2021-11-16
### Added
- Added base implementation of CQRS Pattern.
- Added base implementation of Unit of Work Pattern.
Expand Down
2 changes: 1 addition & 1 deletion kingdom_sdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Define the package's version.
# - Is used for indexing and distributing the package
# - Follow the conventions defined by PEP440
__version__ = "0.3.0dev1"
__version__ = "0.3.0"


def _get_base_dir() -> str:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "kingdom-sdk"
version = "0.3.0dev1"
version = "0.3.0"
description = "Library containing the core modules for the kingdom-python-server"
authors = ["William Abreu <william@t10.digital>"]
license = "MIT License"
Expand Down

0 comments on commit 9f4bcc1

Please sign in to comment.