File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11pycollada Changelog
22###################
33
4+ 0.7.2 (2021-12-12)
5+ ******************
6+
7+ Bug Fixes
8+ =========
9+ * Properly close files in constructor.
10+ * Fix some warnings.
11+ * Make examples python3 compatible.
12+ * DaeUnsupportedError fails due to missing cast
13+ * docs: Fix a few typos
14+ * removed redundancy in unit normals and reformatted
15+ * Remove deprecated ElementTree...getchildren() method calls
16+ * Fix angle units documentation in RotateTransform.
17+
18+ New Features
19+ ============
20+ * Convert from Travis CI to Github Actions.
21+
22+
4230.7.1 (2020-01-23)
5- ==================
24+ ******************
625
726Bug Fixes
827=========
Original file line number Diff line number Diff line change 5151# built documents.
5252#
5353# The short X.Y version.
54- version = '0.7.1 '
54+ version = '0.7.2 '
5555# The full version, including alpha/beta/rc tags.
56- release = '0.7.1 '
56+ release = '0.7.2 '
5757
5858# The language for content autogenerated by Sphinx. Refer to documentation
5959# for a list of supported languages.
Original file line number Diff line number Diff line change 1313
1414setup (
1515 name = "pycollada" ,
16- version = "0.7.1 " ,
16+ version = "0.7.2 " ,
1717 description = "python library for reading and writing collada documents" ,
1818 author = "Jeff Terrace and contributors" ,
1919 author_email = 'jterrace@gmail.com' ,
You can’t perform that action at this time.
0 commit comments