Skip to content

Commit bcc0575

Browse files
committed
Release 2.82.2
1 parent 74034a6 commit bcc0575

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 Romain Beaumont
3+
Copyright (c) 2021 Romain Beaumont and contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

doc/history.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.82.2
2+
* Update minecraft-data to 2.82.2
3+
* Update license file
4+
15
## 2.81.0
26
* Update minecraft-data to 2.81.0
37
* Add following data: tints, blockLoot, entityLoot

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def package_files(directory):
1818
description='Provide easy access to minecraft data in python',
1919
license='MIT',
2020
long_description=open('README.rst').read(),
21-
version='2.81.0',
21+
version='2.82.2',
2222
maintainer='Romain Beaumont',
2323
maintainer_email='[email protected]',
2424
url='https://github.com/SpockBotMC/python-minecraft-data',

0 commit comments

Comments
 (0)