Skip to content

Commit 32be52e

Browse files
committed
v0.8.9
1 parent 565076e commit 32be52e

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

doc/release.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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+
19
Release 0.8.7, 2020-06-24
210
-------------------------
311
- extend HexCaps check to address and edit text

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def _sip_sipfiles_dir(self):
114114

115115
setup(
116116
name='QHexEdit',
117-
version='0.8.8',
117+
version='0.8.9',
118118
ext_modules=[
119119
Extension(
120120
"qhexedit",

src/qhexedit.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
/** \mainpage
2020
QHexEdit 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

0 commit comments

Comments
 (0)