Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[bumpversion]
current_version = 1.7.1
current_version = 1.7.2
files = version.py

6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
================================================================
Changes from Version 1.7.1 to 1.7.2
! Bugfixes in libraries esxdos.bas and memcopy.bas
* Improved pong.bas example
* Improved readme file :) (thanks to @harko and @haplo)

================================================================
Changes from Version 1.7.0 to 1.7.1
! Bugfixes with -O3 and DATA statements
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '1.7.1'
VERSION = '1.7.2'