Skip to content

Commit 73cbcb0

Browse files
committed
Release 0.5.0
1 parent ae1b05d commit 73cbcb0

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

doc/history.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.5.0
2+
* update minecraft-data
3+
* solve the entities.json savegame/protocol ID confusion
4+
* remove `entities`, use `mobs` and `objects` instead (they have overlapping IDs)
5+
16
## 0.4.0
27
* update minecraft-data
38
* up to date 1.9 blocks, items, recipes
@@ -32,4 +37,4 @@
3237

3338
## 0.1.0
3439
* provide : id-indexed data, name-indexed data, unindexed data and two functions to find items or blocks
35-
40+

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.4.0',
10+
version='0.5.0',
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)