File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,4 +44,4 @@ deploy:
4444 force_update : true
4545 on :
4646 branch : master # release from master branch only
47- # appveyor_repo_tag: true # deploy on tag push only
47+ appveyor_repo_tag : true # deploy on tag push only
Original file line number Diff line number Diff line change 1+ Release 0.8.9, 2020-07-03
2+ -------------------------
3+ - make appveyor upload assets
4+
5+ Release 0.8.8, 2020-06-24
6+ -------------------------
7+ - test appveyor
8+
19Release 0.8.7, 2020-06-24
210-------------------------
311- extend HexCaps check to address and edit text
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ def _sip_sipfiles_dir(self):
114114
115115setup (
116116 name = 'QHexEdit' ,
117- version = '0.8.8 ' ,
117+ version = '0.8.9 ' ,
118118 ext_modules = [
119119 Extension (
120120 "qhexedit" ,
Original file line number Diff line number Diff line change 1919/* * \mainpage
2020QHexEdit is a binary editor widget for Qt.
2121
22- \version Version 0.8.8
22+ \version Version 0.8.9
2323\image html qhexedit.png
2424*/
2525
You can’t perform that action at this time.
0 commit comments