Preparing release 0.18.0

This commit is contained in:
Jakub Gocławski 2024-04-30 13:42:44 +02:00
parent e5d6c82f28
commit e406292436
No known key found for this signature in database
GPG key ID: DB23479BBC13E2A3
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
Changelog for RouterOS-api
==========================
0.18.0 (unreleased)
## 0.18.0 (2024-04-30)
-------------------
- Drop support for end-of-life Python versions (2.7, 3.4, 3.5, 3.6, 3.7)

View file

@ -11,7 +11,7 @@ def get_long_description():
setup(
name="RouterOS-api",
version='0.18.0.dev0',
version='0.18.0',
description='Python API to RouterBoard devices produced by MikroTik.',
long_description=get_long_description(),
long_description_content_type='text/markdown',