Skip to content

Commit

Permalink
setup: bump afmformats to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Nov 16, 2020
1 parent 537f704 commit 182f9b9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,5 @@ venv.bak/

_version_save.py
*.bib.bak

.idea
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
- fix: main window not focused after startup
- fix: Windows installation location was confusing and did
not coincide configuration file location
- setup: bump afmformats from 0.11.0 to 0.12.0
(improved JPK file format speed)
0.8.2
- setup: bump matplotlib to >=3
(NavigationToolbar2QT modifications)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
license="GPL v3",
description=description,
long_description=open('README.rst').read() if exists('README.rst') else '',
install_requires=["afmformats>=0.11.0",
install_requires=["afmformats>=0.12.0",
"appdirs",
"nanite>=1.6.2",
"matplotlib>=3", # NavigationToolbar2QT mod
Expand Down

0 comments on commit 182f9b9

Please sign in to comment.