Skip to content

Commit

Permalink
Announce the release of version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kazunarikudo committed Aug 11, 2021
1 parent d389406 commit 6f79ae6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
Announcements
#############

- **Version 1.0.2**: Resolves issue `#22 <https://github.com/genicam/harvesters_gui/issues/22>`_.
- **Version 1.0.1**: Resolves issue `#17 <https://github.com/genicam/harvesters_gui/issues/17>`_.
- **Version 1.0.0**: Resolves issue `#16 <https://github.com/genicam/harvesters_gui/issues/16>`_.
- **Version 0.4.0**: Resolves issue `#15 <https://github.com/genicam/harvesters_gui/issues/15>`_.
Expand Down
2 changes: 1 addition & 1 deletion src/harvesters_gui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
from ._version import get_versions
__version__ = get_versions()['version']
if not __version__:
__version__ = '1.0.1'
__version__ = '1.0.2'
del get_versions

0 comments on commit 6f79ae6

Please sign in to comment.