From 8fad8702eab3f363602d855ea9af4ec9f351cc17 Mon Sep 17 00:00:00 2001 From: josep Date: Tue, 7 Jan 2025 10:34:00 +0900 Subject: [PATCH] v0.3.1 release --- modi_plus/about.py | 2 +- release_notes.md | 7 ++++++- setup.cfg | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/modi_plus/about.py b/modi_plus/about.py index cfa4fb6..902d837 100644 --- a/modi_plus/about.py +++ b/modi_plus/about.py @@ -1,5 +1,5 @@ __title__ = "pymodi-plus" -__version__ = "0.3.1-rc2" +__version__ = "0.3.1" __author__ = "LUXROBO" __email__ = "module.dev@luxrobo.com" __description__ = "Python API for controlling modular electronics, MODI+." diff --git a/release_notes.md b/release_notes.md index 50a3554..c53303a 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,8 +1,12 @@ # Version -v1.3.0 +v1.3.1 # Feature +### Pymodi+ +1. 코드 동작 시 인터프리터 코드 제거 + +--- ### Display 1. draw_picture 함수 좌표 인자 제거 2. draw_variable 함수 제거 @@ -15,3 +19,4 @@ v1.3.0 ### IMU 1. roll, pitch, yaw 이름 x, y, z로 변경 + diff --git a/setup.cfg b/setup.cfg index 649334e..a721edb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.0 +current_version = 1.3.1 commit = True tag = False