Skip to content

Commit

Permalink
Merge pull request #336 from NanoVNA-Saver/testing
Browse files Browse the repository at this point in the history
Testing
  • Loading branch information
zarath authored Oct 10, 2020
2 parents faf2686 + a24656d commit e4dce91
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

v0.3.8
------

- Restore column layout on start
- Support for Nanovna-F V2
- Fixes a crash with S21 hack

v0.3.7
------

Expand Down
2 changes: 1 addition & 1 deletion NanoVNASaver/About.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.

VERSION = "0.3.8-dev"
VERSION = "0.3.8-pre03"
VERSION_URL = (
"https://raw.githubusercontent.com/"
"NanoVNA-Saver/nanovna-saver/master/NanoVNASaver/About.py")
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
scipy==1.4.1
scipy
cython
pyqt5
pyserial
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
'pyserial',
'PyQt5',
'numpy',
'scipy<1.5',
'scipy',
'cython',
],
)

0 comments on commit e4dce91

Please sign in to comment.