Skip to content

Commit

Permalink
2.0.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Nov 25, 2021
1 parent eda4d32 commit 099f3fe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v2.0.3 (2021-11-25)
### Fix
* 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))

## v2.0.2 (2021-11-25)
### Fix
* Minor typos ([#151](https://github.com/vberlier/nbtlib/issues/151)) ([`805e4c7`](https://github.com/vberlier/nbtlib/commit/805e4c711b0a5411b495e870403e18eee7960305))
Expand Down
2 changes: 1 addition & 1 deletion nbtlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
from .literal.parser import *
from .literal.serializer import *

__version__ = "2.0.2"
__version__ = "2.0.3"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nbtlib"
version = "2.0.2"
version = "2.0.3"
description = "A python package to read and edit nbt data"
authors = ["Valentin Berlier <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 099f3fe

Please sign in to comment.