15
0

Accepting request 788245 from home:pgajdos:python

- version update to 2.1.1
  * Fixed syntax problem in README.rst.
  * Added a workaround for backwards incompatible change in the TransIP SOAP API.
  * Fixed bug in `DomainService.get_info`.
  * Add `remove_dns_entries` and `add_dns_entries` functions on DomainService.

OBS-URL: https://build.opensuse.org/request/show/788245
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-transip?expand=0&rev=10
This commit is contained in:
Tomáš Chvátal
2020-03-25 16:17:16 +00:00
committed by Git OBS Bridge
parent e09ad73727
commit d063aae214
4 changed files with 18 additions and 8 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Mar 25 15:11:57 UTC 2020 - pgajdos@suse.com
- version update to 2.1.1
* Fixed syntax problem in README.rst.
* Added a workaround for backwards incompatible change in the TransIP SOAP API.
* Fixed bug in `DomainService.get_info`.
* Add `remove_dns_entries` and `add_dns_entries` functions on DomainService.
-------------------------------------------------------------------
Mon Apr 15 08:53:36 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>