We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8b769d commit 36304c4Copy full SHA for 36304c4
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
Release history on Github: https://github.com/pywavefront/PyWavefront/releases
4
5
+## 1.3.3
6
+
7
+* Support objects with one vertex statement
8
9
## 1.3.2
10
11
* Properly handle face lines with unspecified normal index such as `1/2/`
pywavefront/__init__.py
@@ -37,7 +37,7 @@
37
from pywavefront.obj import ObjParser
38
from pywavefront.wavefront import Wavefront
39
40
-__version__ = '1.3.2'
+__version__ = '1.3.3'
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.2'
+VERSION = '1.3.3'
setup(
name='PyWavefront',
0 commit comments