Skip to content

Commit c553d4a

Browse files
committed
version bump
1 parent ba90dbd commit c553d4a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

NodeGraphQt/pkg_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/python
22
# -*- coding: utf-8 -*-
3-
__version__ = '0.1.6'
3+
__version__ = '0.1.7'
44
__status__ = 'Work in Progress'
55
__license__ = 'MIT'
66

docs/custom_widgets.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ The :class:`NodeGraphQt.NodesPaletteWidget` is a widget for displaying all
4040
registered nodes from the node graph in a grid layout with this widget a user
4141
can create nodes by dragging and dropping.
4242

43+
*Implemented on NodeGraphQt:* ``v0.1.7``
44+
4345
.. image:: _images/nodes_palette.png
4446
:width: 400px
4547

0 commit comments

Comments
 (0)