Back to development: 0.18.1

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

View file

@ -1,6 +1,12 @@
Changelog for RouterOS-api
==========================
## 0.18.1 (unreleased)
----------------------
- Nothing changed yet.
## 0.18.0 (2024-04-30)
-------------------

View file

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