Skip to content

Commit a6c0cd9

Browse files
committed
2.0.4
Automatically generated by python-semantic-release
1 parent 061e095 commit a6c0cd9

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<!--next-version-placeholder-->
44

5+
## v2.0.4 (2021-11-25)
6+
### Fix
7+
* Allow integers to create and add with Path. Fix #146 ([#148](https://github.com/vberlier/nbtlib/issues/148)) ([`061e095`](https://github.com/vberlier/nbtlib/commit/061e095ca0dcfd31b798f59e88a238e7bc2b77f6))
8+
59
## v2.0.3 (2021-11-25)
610
### Fix
711
* Make sure the trailing End tag is written to files. Fix #153 ([#154](https://github.com/vberlier/nbtlib/issues/154)) ([`eda4d32`](https://github.com/vberlier/nbtlib/commit/eda4d32180ff638b18f0dea0b3904afd5545fd65))

nbtlib/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
from .literal.parser import *
66
from .literal.serializer import *
77

8-
__version__ = "2.0.3"
8+
__version__ = "2.0.4"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nbtlib"
3-
version = "2.0.3"
3+
version = "2.0.4"
44
description = "A python package to read and edit nbt data"
55
authors = ["Valentin Berlier <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)