Skip to content

Commit 0a7b590

Browse files
committed
chore: bump to version 1.0.0b5
1 parent d8bb5a7 commit 0a7b590

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# v1.0.0b5 - (20.09.2020)
2+
3+
## 🔨 Fixed
4+
- (d8bb5a7ca58ac7b466ea0cda54745d6776735658) **server**: custom config is not being used
5+
16
# v1.0.0b4 - (20.09.2020)
27

38
## 💌 Added

morpho/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.0b4"
1+
__version__ = "1.0.0b5"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "morpho"
3-
version = "1.0.0b4"
3+
version = "1.0.0b5"
44
description = "A framework for microservice based document transformation."
55
authors = ["B4rtware <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)