We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd92a36 commit fcf44ceCopy full SHA for fcf44ce
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
Release history on Github: https://github.com/pywavefront/PyWavefront/releases
4
5
+## 1.3.2
6
+
7
+* Property handle face lines with unspecified normal index such as `1/2/`
8
9
## 1.3.1
10
11
* visualization: objects without lighting will now have their ambient
pywavefront/__init__.py
@@ -37,7 +37,7 @@
37
from pywavefront.obj import ObjParser
38
from pywavefront.wavefront import Wavefront
39
40
-__version__ = '1.3.1'
+__version__ = '1.3.2'
41
42
logger = logging.getLogger("pywavefront")
43
log_handler = logging.StreamHandler()
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import setup
-VERSION = '1.3.1'
+VERSION = '1.3.2'
setup(
name='PyWavefront',
0 commit comments