Skip to content

Commit ba959de

Browse files
authored
Merge pull request #50 from benjamin-kirkbride/development
2.0.1
2 parents 80ccf9f + b8052b9 commit ba959de

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

7+
## [2.0.1] - 2021-12-21
8+
9+
Someone, not naming any names, forgot to put `__init__.py` files in some packages, and caused imports to break when installed via a `.whl` and not an editable source install. This just fixes that problem.
10+
711
## [2.0.0] - 2021-12-21
812

913
Welcome to pytiled-parser 2.0! A lot has changed under the hood with this release that has enabled a slew of new features and abilities. Most of the changes here are under the hood, and there is only really one major API change to be aware of. However the under the hood changes and the new features they've enabled are significant enough to call this a major release.

pytiled_parser/parsers/__init__.py

Whitespace-only changes.

pytiled_parser/parsers/json/__init__.py

Whitespace-only changes.

pytiled_parser/parsers/tmx/__init__.py

Whitespace-only changes.

pytiled_parser/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""pytiled_parser version"""
22

3-
__version__ = "2.0.0"
3+
__version__ = "2.0.1"

0 commit comments

Comments
 (0)