Skip to content

Commit

Permalink
v0.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Simsys committed Jul 3, 2020
1 parent 565076e commit 32be52e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ deploy:
force_update: true
on:
branch: master # release from master branch only
# appveyor_repo_tag: true # deploy on tag push only
appveyor_repo_tag: true # deploy on tag push only
8 changes: 8 additions & 0 deletions doc/release.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Release 0.8.9, 2020-07-03
-------------------------
- make appveyor upload assets

Release 0.8.8, 2020-06-24
-------------------------
- test appveyor

Release 0.8.7, 2020-06-24
-------------------------
- extend HexCaps check to address and edit text
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def _sip_sipfiles_dir(self):

setup(
name='QHexEdit',
version='0.8.8',
version='0.8.9',
ext_modules=[
Extension(
"qhexedit",
Expand Down
2 changes: 1 addition & 1 deletion src/qhexedit.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
/** \mainpage
QHexEdit is a binary editor widget for Qt.
\version Version 0.8.8
\version Version 0.8.9
\image html qhexedit.png
*/

Expand Down

0 comments on commit 32be52e

Please sign in to comment.