From eaa963956b179b8bc55d8be87dad45bcfa5426c2 Mon Sep 17 00:00:00 2001 From: Emmanuel Hadoux Date: Sat, 2 Dec 2023 18:18:13 +0000 Subject: [PATCH] chore(master): release 1.3.1 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index feb3b1c..859f6b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.1](https://github.com/ScribeLabsAI/ScribeMi/compare/1.3.0...1.3.1) (2023-12-02) + + +### Dependencies + +* update deps ([#133](https://github.com/ScribeLabsAI/ScribeMi/issues/133)) ([11366a4](https://github.com/ScribeLabsAI/ScribeMi/commit/11366a4ba4dfb23fa52dcef1083a436a7b26127c)) + ## 1.3.0 (2023-11-21) diff --git a/setup.py b/setup.py index b1b4b4e..f982485 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ def readme(): setup( name='scribemi', python_requires='>=3.10.0', - version='1.3.0', + version='1.3.1', description="Library to manage MI files in Scribe's platform", long_description=readme(), url='https://github.com/ScribeLabsAI/ScribeMi',