We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b2d158 commit 98ea005Copy full SHA for 98ea005
2 files changed
doc/history.md
@@ -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
+
7
## 0.5.0
8
* update minecraft-data
9
* solve the entities.json savegame/protocol ID confusion
setup.py
@@ -7,7 +7,7 @@
description='Provide easy access to minecraft data in python',
license='MIT',
long_description=open('README.rst').read(),
10
- version='0.5.0',
+ version='0.5.1',
11
maintainer='Romain Beaumont',
12
maintainer_email='romain.rom1@gmail.com',
13
url='https://github.com/SpockBotMC/python-minecraft-data',
0 commit comments