Skip to content

Commit df7e0a2

Browse files
committed
release v1.0.1
1 parent 3ea08ff commit df7e0a2

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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)
210

311
Initial release

zabbix_utils/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2323
# OTHER DEALINGS IN THE SOFTWARE.
2424

25-
__version__ = "1.0.0"
25+
__version__ = "1.0.1"
2626

2727
__min_supported__ = 5.0
2828
__max_supported__ = 7.0

0 commit comments

Comments
 (0)