File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
- ## [ 1.0.0] ( https://github.com/zabbix/python-zabbix-utils/tree/tag/v1.0.0 ) (2023-11-17)
1
+ ## [ 1.0.1] ( https://github.com/zabbix/python-zabbix-utils/compare/v1.0.0...v1.0.1 ) (2023-11-27)
2
+
3
+ ### Bug fixes:
4
+
5
+ - removed deprecated API fields from examples and README.
6
+ - removed "Get started" section from README for PyPI.
7
+ - fixed small flaws.
8
+
9
+ ## [ 1.0.0] ( https://github.com/zabbix/python-zabbix-utils/tree/v1.0.0 ) (2023-11-17)
2
10
3
11
Initial release
Original file line number Diff line number Diff line change 22
22
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
23
23
# OTHER DEALINGS IN THE SOFTWARE.
24
24
25
- __version__ = "1.0.0 "
25
+ __version__ = "1.0.1 "
26
26
27
27
__min_supported__ = 5.0
28
28
__max_supported__ = 7.0
You can’t perform that action at this time.
0 commit comments