Skip to content

Commit 98ea005

Browse files
committed
release 0.5.1
1 parent 1b2d158 commit 98ea005

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

doc/history.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.5.1
2+
* update minecraft-data to 2.2.0
3+
* still only pc versions are available as imports for now
4+
* note that although the file structure of minecraft-data changed, the imports are still `minecraft_data.vX`
5+
* add `v1_10`
6+
17
## 0.5.0
28
* update minecraft-data
39
* solve the entities.json savegame/protocol ID confusion

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
description='Provide easy access to minecraft data in python',
88
license='MIT',
99
long_description=open('README.rst').read(),
10-
version='0.5.0',
10+
version='0.5.1',
1111
maintainer='Romain Beaumont',
1212
maintainer_email='romain.rom1@gmail.com',
1313
url='https://github.com/SpockBotMC/python-minecraft-data',

0 commit comments

Comments
 (0)