We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba90dbd commit c553d4aCopy full SHA for c553d4a
NodeGraphQt/pkg_info.py
@@ -1,6 +1,6 @@
1
#!/usr/bin/python
2
# -*- coding: utf-8 -*-
3
-__version__ = '0.1.6'
+__version__ = '0.1.7'
4
__status__ = 'Work in Progress'
5
__license__ = 'MIT'
6
docs/custom_widgets.rst
@@ -40,6 +40,8 @@ The :class:`NodeGraphQt.NodesPaletteWidget` is a widget for displaying all
40
registered nodes from the node graph in a grid layout with this widget a user
41
can create nodes by dragging and dropping.
42
43
+*Implemented on NodeGraphQt:* ``v0.1.7``
44
+
45
.. image:: _images/nodes_palette.png
46
:width: 400px
47
0 commit comments