Preparing release 0.18.1

This commit is contained in:
Jakub Gocławski 2024-05-28 15:40:00 +02:00
parent 28c8b74b9e
commit 8eb00663f5
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.1 (unreleased)
## 0.18.1 (2024-05-28)
----------------------
- Fix tests not being run with GitHub Actions.

View file

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