We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ea08ff commit df7e0a2Copy full SHA for df7e0a2
CHANGELOG.md
@@ -1,3 +1,11 @@
1
-## [1.0.0](https://github.com/zabbix/python-zabbix-utils/tree/tag/v1.0.0) (2023-11-17)
+## [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)
10
11
Initial release
zabbix_utils/version.py
@@ -22,7 +22,7 @@
22
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
23
# OTHER DEALINGS IN THE SOFTWARE.
24
25
-__version__ = "1.0.0"
+__version__ = "1.0.1"
26
27
__min_supported__ = 5.0
28
__max_supported__ = 7.0
0 commit comments