Skip to content

Commit cb4d31e

Browse files
committed
Release 0.4.0
1 parent d8e4c5d commit cb4d31e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

doc/history.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
## 0.3.4
210
* fix package_data
311
* update minecraft_data : some item.json fixes

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.3.4',
10+
version='0.4.0',
1111
maintainer='Romain Beaumont',
1212
maintainer_email='[email protected]',
1313
url='https://github.com/SpockBotMC/python-minecraft-data',

0 commit comments

Comments
 (0)