Skip to content

Commit

Permalink
Add missing version module
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Mar 11, 2021
1 parent b78ef76 commit a51aa11
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ fresnel_ releases follow `semantic versioning`_.
v0.x
----

v0.13.1 (2021-03-11)
^^^^^^^^^^^^^^^^^^^^

*Fixed*

* Add missing ``version`` module

v0.13.0 (2021-03-11)
^^^^^^^^^^^^^^^^^^^^

Expand Down
1 change: 1 addition & 0 deletions fresnel/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ set(files __init__.py
color.py
light.py
interact.py
version.py
)

install(FILES ${files}
Expand Down
1 change: 1 addition & 0 deletions fresnel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
from . import camera
from . import color # noqa
from . import light
from . import version # noqa

from . import _common
if _common.cpu_built():
Expand Down

0 comments on commit a51aa11

Please sign in to comment.