Skip to content

Commit

Permalink
v0.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
boobooboo2 committed Jan 7, 2025
1 parent 6c31a1e commit 8fad870
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modi_plus/about.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = "pymodi-plus"
__version__ = "0.3.1-rc2"
__version__ = "0.3.1"
__author__ = "LUXROBO"
__email__ = "[email protected]"
__description__ = "Python API for controlling modular electronics, MODI+."
Expand Down
7 changes: 6 additions & 1 deletion release_notes.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Version

v1.3.0
v1.3.1

# Feature
### Pymodi+
1. 코드 동작 시 인터프리터 코드 제거

---
### Display
1. draw_picture 함수 좌표 인자 제거
2. draw_variable 함수 제거
Expand All @@ -15,3 +19,4 @@ v1.3.0
### IMU
1. roll, pitch, yaw 이름 x, y, z로 변경


2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.0
current_version = 1.3.1
commit = True
tag = False

Expand Down

0 comments on commit 8fad870

Please sign in to comment.