Preparing release 0.17.0

This commit is contained in:
Mateusz Legięcki 2019-09-24 18:12:13 +02:00
parent 4bf6d9e68c
commit 839af54c77
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
Changelog for RouterOS-api
==========================
0.16.1 (unreleased)
0.17.0 (2019-09-24)
-------------------
- Add missing types of field to api_structure

View file

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