diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a7705c8 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +#### v1.1.0 (2019-05-01): +_Changed:_ + +- Unified and simplified code accross all settings panels. This results in some GUI changes as well: All settings panels now have a two-column layout. +- Switchted from Matplotlib to PyQtGraph as plotting library. diff --git a/setup.py b/setup.py index 4114bf7..8936597 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='keithleygui', - version='1.0.2', + version='1.1.0', description="", author='Sam Schott', author_email='ss2151@cam.ac.uk',