File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1+ ## [ 1.0.2] ( https://github.com/zabbix/python-zabbix-utils/compare/v1.0.1...v1.0.2 ) (2023-12-15)
2+
3+ ### Bug fixes:
4+
5+ - added trailing underscores as workaround to use Python keywords as names of API object or method
6+ - changed TypeError to ValueError for the exception during version parsing.
7+ - fixed compression support for Sender and Getter.
8+ - made refactoring of some parts of the code.
9+ - fixed small bugs and flaws.
10+
111## [ 1.0.1] ( https://github.com/zabbix/python-zabbix-utils/compare/v1.0.0...v1.0.1 ) (2023-11-27)
212
313### Bug fixes:
Original file line number Diff line number Diff line change 2222# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2323# OTHER DEALINGS IN THE SOFTWARE.
2424
25- __version__ = "1.0.1 "
25+ __version__ = "1.0.2 "
2626
2727__min_supported__ = 5.0
2828__max_supported__ = 7.0
You can’t perform that action at this time.
0 commit comments