Skip to content

Commit ad10139

Browse files
authored
chore: bump version to 0.4.0 (#41)
Signed-off-by: Roald Nefs <[email protected]>
1 parent bf3fd00 commit ad10139

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

.readthedocs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
# .readthedocs.yml
23
# Read the Docs configuration file
34
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
@@ -9,16 +10,15 @@ version: 2
910
sphinx:
1011
configuration: docs/conf.py
1112

12-
# Build documentation with MkDocs
13-
#mkdocs:
14-
# configuration: mkdocs.yml
15-
1613
# Optionally build your docs in additional formats such as PDF
1714
formats:
1815
- pdf
1916

20-
# Optionally set the version of Python and requirements required to build your docs
17+
# Optionally set the version of Python and requirements required to build your
18+
# docs
2119
python:
2220
version: 3.7
2321
install:
2422
- requirements: docs/requirements.txt
23+
- method: pip
24+
path: .

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
All notable changes in **python-transip** are documented below.
33

44
## [Unreleased]
5+
6+
## [0.4.0] (2021-01-24)
57
### Added
68
- This `CHANGELOG.md` file to be able to list all notable changes for each version of **python-transip**.
79
- The `transip.TransIP.api_test` service to allow calling the test resource to make sure everything is working.
@@ -12,4 +14,5 @@ All notable changes in **python-transip** are documented below.
1214
- The option to update the content of a single DNS record from the `transip.v6.objects.Domain.dns` service, as well as from the `transip.v6.objects.DnsEntry` object.
1315
- The option to replace all existing DNS records of a single domain at once from the `transip.v6.objects.Domain.dns` service.
1416

15-
[Unreleased]: https://github.com/roaldnefs/python-transip/compare/v0.3.0...HEAD
17+
[Unreleased]: https://github.com/roaldnefs/python-transip/compare/v0.4.0...HEAD
18+
[0.4.0]: https://github.com/roaldnefs/python-transip/compare/v0.3.0...v0.4.0

transip/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131

3232
__title__ = "python-transip"
33-
__version__ = "0.3.0"
33+
__version__ = "0.4.0"
3434
__author__ = "Roald Nefs"
3535
__email__ = "[email protected]"
3636
__copyright__ = "Copyright 2020-2021, Roald Nefs"

0 commit comments

Comments
 (0)