Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

Commit

Permalink
Update version number, authors and release log
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcampos committed Dec 11, 2019
1 parent a51fcd1 commit 216efc6
Show file tree
Hide file tree
Showing 9 changed files with 51 additions and 40 deletions.
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- [Gaetan Guidet](https://github.com/gatgui/)
- [Jascha Wohlkinger](https://github.com/JaschaW/)
- [Jeroen Hoolmans](https://github.com/jhoolmans/)
- [Krzysztof Marcinowski](https://github.com/krzymRR/)
- [Lior Ben Horin](https://github.com/liorbenhorin/)
- [Marcus Ottosson](https://github.com/mottosso)
- [Marthinus Wessels](https://github.com/Lohult)
Expand Down
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ maya.SetupMscver()
env = excons.MakeBaseEnv()


version = (3, 2, 1)
version = (3, 3, 0)
versionstr = "%d.%d.%d" % version
platname = {"win32": "windows", "darwin": "osx"}.get(sys.platform, "linux")
outprefix = "platforms/%s/%s/%s/plug-ins" % (maya.Version(nice=True), platname, excons.arch_dir)
Expand Down
2 changes: 1 addition & 1 deletion framework/rigbits
2 changes: 1 addition & 1 deletion framework/scripts/mgear/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
sev_comment = 32

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

self = sys.modules[__name__]
self.menu_id = None
Expand Down
4 changes: 2 additions & 2 deletions framework/scripts/mgear/version.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@


VERSION_MAJOR = 3
VERSION_MINOR = 2
VERSION_PATCH = 1
VERSION_MINOR = 3
VERSION_PATCH = 0

version_info = (VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH)
version = '%i.%i.%i' % version_info
Expand Down
60 changes: 30 additions & 30 deletions mGear.mod
Original file line number Diff line number Diff line change
@@ -1,89 +1,89 @@
+ MAYAVERSION:2013 PLATFORM:win64 mGear 3.2 ./platforms/2013/windows/x64
+ MAYAVERSION:2013 PLATFORM:win64 mGear 3.3 ./platforms/2013/windows/x64
scripts: ../../../../scripts

+ MAYAVERSION:2013 PLATFORM:linux mGear 3.2 ./platforms/2013/linux/x64
+ MAYAVERSION:2013 PLATFORM:linux mGear 3.3 ./platforms/2013/linux/x64
scripts: ../../../../scripts

+ MAYAVERSION:2013 PLATFORM:mac mGear 3.2 ./platforms/2013/osx/x64
+ MAYAVERSION:2013 PLATFORM:mac mGear 3.3 ./platforms/2013/osx/x64
scripts: ../../../../scripts

+ MAYAVERSION:2013.5 PLATFORM:win64 mGear 3.2 ./platforms/2013.5/windows/x64
+ MAYAVERSION:2013.5 PLATFORM:win64 mGear 3.3 ./platforms/2013.5/windows/x64
scripts: ../../../../scripts

+ MAYAVERSION:2013.5 PLATFORM:linux mGear 3.2 ./platforms/2013.5/linux/x64
+ MAYAVERSION:2013.5 PLATFORM:linux mGear 3.3 ./platforms/2013.5/linux/x64
scripts: ../../../../scripts

+ MAYAVERSION:2013.5 PLATFORM:mac mGear 3.2 ./platforms/2013.5/osx/x64
+ MAYAVERSION:2013.5 PLATFORM:mac mGear 3.3 ./platforms/2013.5/osx/x64
scripts: ../../../../scripts

+ MAYAVERSION:2014 PLATFORM:win64 mGear 3.2 ./platforms/2014/windows/x64
+ MAYAVERSION:2014 PLATFORM:win64 mGear 3.3 ./platforms/2014/windows/x64
scripts: ../../../../scripts

+ MAYAVERSION:2014 PLATFORM:linux mGear 3.2 ./platforms/2014/linux/x64
+ MAYAVERSION:2014 PLATFORM:linux mGear 3.3 ./platforms/2014/linux/x64
scripts: ../../../../scripts

+ MAYAVERSION:2014 PLATFORM:mac mGear 3.2 ./platforms/2014/osx/x64
+ MAYAVERSION:2014 PLATFORM:mac mGear 3.3 ./platforms/2014/osx/x64
scripts: ../../../../scripts

+ MAYAVERSION:2015 PLATFORM:win64 mGear 3.2 ./platforms/2015/windows/x64
+ MAYAVERSION:2015 PLATFORM:win64 mGear 3.3 ./platforms/2015/windows/x64
scripts: ../../../../scripts

+ MAYAVERSION:2015 PLATFORM:linux mGear 3.2 ./platforms/2015/linux/x64
+ MAYAVERSION:2015 PLATFORM:linux mGear 3.3 ./platforms/2015/linux/x64
scripts: ../../../../scripts

+ MAYAVERSION:2015 PLATFORM:mac mGear 3.2 ./platforms/2015/osx/x64
+ MAYAVERSION:2015 PLATFORM:mac mGear 3.3 ./platforms/2015/osx/x64
scripts: ../../../../scripts

+ MAYAVERSION:2016 PLATFORM:win64 mGear 3.2 ./platforms/2016/windows/x64
+ MAYAVERSION:2016 PLATFORM:win64 mGear 3.3 ./platforms/2016/windows/x64
scripts: ../../../../scripts

+ MAYAVERSION:2016 PLATFORM:linux mGear 3.2 ./platforms/2016/linux/x64
+ MAYAVERSION:2016 PLATFORM:linux mGear 3.3 ./platforms/2016/linux/x64
scripts: ../../../../scripts

+ MAYAVERSION:2016 PLATFORM:mac mGear 3.2 ./platforms/2016/osx/x64
+ MAYAVERSION:2016 PLATFORM:mac mGear 3.3 ./platforms/2016/osx/x64
scripts: ../../../../scripts

+ MAYAVERSION:2016.5 PLATFORM:win64 mGear 3.2 ./platforms/2016.5/windows/x64
+ MAYAVERSION:2016.5 PLATFORM:win64 mGear 3.3 ./platforms/2016.5/windows/x64
scripts: ../../../../scripts

+ MAYAVERSION:2016.5 PLATFORM:linux mGear 3.2 ./platforms/2016.5/linux/x64
+ MAYAVERSION:2016.5 PLATFORM:linux mGear 3.3 ./platforms/2016.5/linux/x64
scripts: ../../../../scripts

+ MAYAVERSION:2016.5 PLATFORM:mac mGear 3.2 ./platforms/2016.5/osx/x64
+ MAYAVERSION:2016.5 PLATFORM:mac mGear 3.3 ./platforms/2016.5/osx/x64
scripts: ../../../../scripts

+ MAYAVERSION:2017 PLATFORM:win64 mGear 3.2 ./platforms/2017/windows/x64
+ MAYAVERSION:2017 PLATFORM:win64 mGear 3.3 ./platforms/2017/windows/x64
scripts: ../../../../scripts

+ MAYAVERSION:2017 PLATFORM:linux mGear 3.2 ./platforms/2017/linux/x64
+ MAYAVERSION:2017 PLATFORM:linux mGear 3.3 ./platforms/2017/linux/x64
scripts: ../../../../scripts

+ MAYAVERSION:2017 PLATFORM:mac mGear 3.2 ./platforms/2017/osx/x64
+ MAYAVERSION:2017 PLATFORM:mac mGear 3.3 ./platforms/2017/osx/x64
scripts: ../../../../scripts

+ MAYAVERSION:2018 PLATFORM:win64 mGear 3.2 ./platforms/2018/windows/x64
+ MAYAVERSION:2018 PLATFORM:win64 mGear 3.3 ./platforms/2018/windows/x64
scripts: ../../../../scripts

+ MAYAVERSION:2018 PLATFORM:linux mGear 3.2 ./platforms/2018/linux/x64
+ MAYAVERSION:2018 PLATFORM:linux mGear 3.3 ./platforms/2018/linux/x64
scripts: ../../../../scripts

+ MAYAVERSION:2018 PLATFORM:mac mGear 3.2 ./platforms/2018/osx/x64
+ MAYAVERSION:2018 PLATFORM:mac mGear 3.3 ./platforms/2018/osx/x64
scripts: ../../../../scripts

+ MAYAVERSION:2019 PLATFORM:win64 mGear 3.2 ./platforms/2019/windows/x64
+ MAYAVERSION:2019 PLATFORM:win64 mGear 3.3 ./platforms/2019/windows/x64
scripts: ../../../../scripts

+ MAYAVERSION:2019 PLATFORM:linux mGear 3.2 ./platforms/2019/linux/x64
+ MAYAVERSION:2019 PLATFORM:linux mGear 3.3 ./platforms/2019/linux/x64
scripts: ../../../../scripts

+ MAYAVERSION:2019 PLATFORM:mac mGear 3.2 ./platforms/2019/osx/x64
+ MAYAVERSION:2019 PLATFORM:mac mGear 3.3 ./platforms/2019/osx/x64
scripts: ../../../../scripts

+ MAYAVERSION:2020 PLATFORM:win64 mGear 3.2 ./platforms/2020/windows/x64
+ MAYAVERSION:2020 PLATFORM:win64 mGear 3.3 ./platforms/2020/windows/x64
scripts: ../../../../scripts

+ MAYAVERSION:2020 PLATFORM:linux mGear 3.2 ./platforms/2020/linux/x64
+ MAYAVERSION:2020 PLATFORM:linux mGear 3.3 ./platforms/2020/linux/x64
scripts: ../../../../scripts

+ MAYAVERSION:2020 PLATFORM:mac mGear 3.2 ./platforms/2020/osx/x64
+ MAYAVERSION:2020 PLATFORM:mac mGear 3.3 ./platforms/2020/osx/x64
scripts: ../../../../scripts
8 changes: 4 additions & 4 deletions mgear.status
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MGEAR_VERSION [3, 2, 1]
MGEAR_VERSION_MINOR 2
MGEAR_MAJMIN_VERSION 3.2
MGEAR_VERSION [3, 3, 0]
MGEAR_VERSION_MINOR 3
MGEAR_MAJMIN_VERSION 3.3
MGEAR_VERSION_MAJOR 3
MGEAR_VERSION_PATCH 1
MGEAR_VERSION_PATCH 0

10 changes: 10 additions & 0 deletions releaseLog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Release Log
===========

3.3.0
-----
**New Features**
* Shifter_classic_components: Cable component [shifter_classic_components#73]
* Shifter_classic_components: UI_slider and UI_container component [shifter_classic_components#66]
* Rigbits: New eyebrow Rigger [rigbits#40]

**Enhancements**
* Shifter_classic_components: Control_01: Expose more space switch options [shifter_classic_components#7]

3.2.1
-----
**Enhancements**
Expand Down

0 comments on commit 216efc6

Please sign in to comment.