- Breaking change - Creating item class and changing the way items are added/searched/removed.
0.0.5
- Taking version from version.py
0.0.4
- Sort slots based on sum of start + end so that get_slots() returns a sorted list
0.0.3
- Breaking change - items should be tuples instead of single values. - Instead of s.add_item(5) do s.add_item('x', 5) because the user needs to refer a name against a slot.
0.0.2
- Bumping up the version to verify if package can be uploaded to pypi - No logic changes