Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
zarath committed Sep 16, 2022
1 parent 79a577f commit d163143
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
Changelog
=========

0.5.3-pre
0.5.3
-----

- Int casts due to python 3.10 extension interface changes
- Pycodestyle changes

0.5.2
-----

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.5.3-pre"
VERSION = "0.5.3"
VERSION_URL = (
"https://raw.githubusercontent.com/"
"NanoVNA-Saver/nanovna-saver/master/NanoVNASaver/About.py")
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,20 @@ points, and generally display and analyze the resulting data.
Latest Changes
--------------

### Changes in 0.5.2
### Changes in 0.5.3

- Python 3.10 compatability fixes
- Fix crash on open in use serial device
- Use a Defaults module for all settings -
ignores old .ini settings
- Refactoring and unifying Chart classes
- No more automatic update checks (more privacy)
- Corrected error handling in NanaVNA\_V2 code
- fixed crashing polar charts on python3.10
- Fixed man float related crashes with Qt and
Python 3.10
- Using more integer divisions to get right type for QPainter
points
- No more long lines in code (pycodestyle)

### Changes in 0.4.0

Expand Down

0 comments on commit d163143

Please sign in to comment.