Skip to content

Commit

Permalink
version up to 1.3.0a2
Browse files Browse the repository at this point in the history
  • Loading branch information
chadrik committed Nov 13, 2021
1 parent 24d68a2 commit ffc8830
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@
What's New
**********

==================================
Version 1.2.0
==================================

----------------------------------
Additions
----------------------------------
- all: Add maya-2022 and python3 support!
- all: Add support for pip installing pymel, and uploading to pypi
- api: add support for MPxTransform_BoundingBox
- Update PLY to 3.11

==================================
Version 1.1.0
==================================
Expand Down
2 changes: 1 addition & 1 deletion pymel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
standard_library.install_aliases()

__versiontuple__ = (1, 3, 0)
__version_suffix__ = 'a1'
__version_suffix__ = 'a2'
__version__ = '.'.join(str(x) for x in __versiontuple__) + __version_suffix__
__authors__ = ['Chad Dombrova', 'Paul Molodowitch', 'Olivier Renouard', 'Ofer Koren']

Expand Down

0 comments on commit ffc8830

Please sign in to comment.