Skip to content

Commit ef63862

Browse files
semantic-releasesp-ricard-valverde
authored andcommitted
2.1.1
Automatically generated by python-semantic-release [skip-ci]
1 parent f6db941 commit ef63862

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

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

5+
## v2.1.1 (2022-02-16)
6+
7+
8+
**[See all commits in this version](https://github.com/socialpoint-labs/unity-yaml-parser/compare/v2.1.0...v2.1.1)**
9+
510
## v2.0.0 (2021-05-03)
611
### Feature
712
* **representer:** Save string representation ([`6b2bb15`](https://github.com/socialpoint-labs/unity-yaml-parser/commit/6b2bb150557fb7a13faba5bd7699722239762fa6))

unityparser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '2.1.0'
1+
__version__ = '2.1.1'
22

33
from .utils import UnityDocument

0 commit comments

Comments
 (0)