Skip to content

Commit

Permalink
bugs fixed in release 0.9.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leo10tt10 committed Jul 5, 2017
1 parent b8bbc43 commit e27449c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyrpl/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = (0, 9, 3)
__version_info__ = (0, 9, 3, 1)
__version__ = '.'.join(map(str, __version_info__))
1 change: 0 additions & 1 deletion pyrpl/widgets/module_widgets/iir_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ def mouse_clicked(self):
self.parent.parent.attribute_widgets['real_zeros'].set_selected(-1)



class IirGraphWidget(QtWidgets.QGroupBox):
# whether xaxis is plotted in log-scale
xlog = True
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ def compile_server(): #gcc crosscompiler must be installed for this to work
url='https://www.github.com/lneuhaus/pyrpl/',
license='GPLv3',
classifiers=['Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Natural Language :: English',
'Development Status :: 4 - Beta',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
Expand Down

0 comments on commit e27449c

Please sign in to comment.