How to Make a Release
=====================
1. Make changes, test them
2. Edit src/qhexedit.h, version number
3. Edit src/qhexedit.pro, version number
4. Edit python/pyqt5-pyproject.toml, version number
5. Edit python/pyqt6-pyproject.toml, version number
6. Edit changelog.md
7. Make doxygen documentation and check it
8. Commit changes
9. Create release and version tag (Github Webinterface)

How to Update Docs
==================
1. Copy doc/html/* to "git clone" https://github.com/Simsys/simsys.github.io
2. $ git add *
3. $ git commit -m "v0.x.y"
4. $ git push origin master
