Back to development: 0.18.2

This commit is contained in:
Jakub Gocławski 2024-05-28 15:45:07 +02:00
parent 8eb00663f5
commit 5e7963fcfe
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.2 (unreleased)
----------------------
- Nothing changed yet.
## 0.18.1 (2024-05-28)
----------------------

View file

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