Skip to content

Commit ce00fd1

Browse files
committed
Release 0.7.2.
1 parent 34b6c2a commit ce00fd1

3 files changed

Lines changed: 23 additions & 4 deletions

File tree

docs/changelog.rst

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,27 @@
11
pycollada 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+
423
0.7.1 (2020-01-23)
5-
==================
24+
******************
625

726
Bug Fixes
827
=========

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
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.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
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',

0 commit comments

Comments
 (0)