We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8e4c5d commit cb4d31eCopy full SHA for cb4d31e
2 files changed
doc/history.md
@@ -1,3 +1,11 @@
1
+## 0.4.0
2
+ * update minecraft-data
3
+ * up to date 1.9 blocks, items, recipes
4
+ * some protocol.json updates
5
+ * add status effects
6
+ * add version
7
+ * fixes in windows.json : fix in brewing stand and add container window
8
+
9
## 0.3.4
10
* fix package_data
11
* update minecraft_data : some item.json fixes
setup.py
@@ -7,7 +7,7 @@
description='Provide easy access to minecraft data in python',
license='MIT',
long_description=open('README.rst').read(),
- version='0.3.4',
+ version='0.4.0',
maintainer='Romain Beaumont',
12
maintainer_email='romain.rom1@gmail.com',
13
url='https://github.com/SpockBotMC/python-minecraft-data',
0 commit comments