Skip to content

Commit

Permalink
Version 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adferrand committed Oct 4, 2021
1 parent a24e3bb commit 85a2a8c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## master - CURRENT

## 3.8.0 - 04/10/2021
## Modified
* `transip` provider is deprecated and not maintained anymore, it will be replaced
soon by a new `transip` provider build on top of the TransIP v6 REST API
Expand Down
4 changes: 3 additions & 1 deletion lexicon/tests/providers/test_transip.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@
# Hook into testing framework by inheriting unittest.TestCase and reuse
# the tests which *each and every* implementation of the interface must
# pass, by inheritance from define_tests.TheTests
@pytest.mark.skip(reason="TransIP SOAP API is deprecated and cannot be maintained anymore.")
@pytest.mark.skip(
reason="TransIP SOAP API is deprecated and cannot be maintained anymore."
)
class TransipProviderTests(TestCase, IntegrationTestsV2):
"""TestCase for Transip"""

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "dns-lexicon"
version = "3.7.1"
version = "3.8.0"
description = "Manipulate DNS records on various DNS providers in a standardized/agnostic way"
license = "MIT"
keywords = [
Expand Down

0 comments on commit 85a2a8c

Please sign in to comment.