Skip to content

Commit

Permalink
update version number to 4.2.1 and release log
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcampos committed Jan 19, 2024
1 parent 1c26b06 commit b79e1aa
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion release/scripts/mgear/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
sev_comment = 32

# gear version
VERSION = [4, 2, 0]
VERSION = [4, 2, 1]

self = sys.modules[__name__]
self.menu_id = None
Expand Down
13 changes: 13 additions & 0 deletions releaseLog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Release Log
===========

4.2.1
------
**New Features**
* Added the new module chain_02

**Enhancements**
* arm_2jnt_free_tangents_01 Align wrist to world orientation option #373
* EPIC Arm and leg 02: added T reset pose option #359
* Human Ik Mapper - Batch bake #374
* Rig Builder: Added Pyblish validator and pre script to update guides #365
* Shifter: Unlock visibility on rig top node. New guide settings: Joint size and guide vis after build #367


4.2.0
------
**New Features**
Expand Down

0 comments on commit b79e1aa

Please sign in to comment.