Skip to content

Commit

Permalink
🔖 Version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jorrick committed Jul 31, 2022
1 parent c535374 commit 1eb1594
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
16 changes: 11 additions & 5 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,19 @@

## Latest Changes

## 0.0.1b0
- 🎨 Update name of package on Pypi
- 📝 Update buttons
## 0.1.0
- 📝 Add emoji to features docs.
- ✅ Add tests for CalAddress.
- 🐛 Defaultlist gave None when using `.get`.
- 🐛 Function arg date type should match other arg.
- 🐛 Remove unwanted commented code.
- 🐛 Remove unwanted print.
- 🎨 Update name of package on Pypi.
- 📝 Update buttons.

## 0.0.1a1
- 📝 Update PyPi package description
- 🔧 Remove auto tagging pipeline
- 📝 Update PyPi package description.
- 🔧 Remove auto tagging pipeline.

## 🚀 0.0.1a0 Initial release
- ✅ Easy python interface. It's as simple as '`client.load_ics_file("<my_file>").timeline`' to show all your events of that week.
Expand Down
2 changes: 1 addition & 1 deletion src/ical_library/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Fast, yet simple, iCalendar reader with excellent recurrence support.
"""
__version__ = "0.0.1a1"
__version__ = "0.1.0"

from ical_library.cache_client import CacheClient
from ical_library.exceptions import *

0 comments on commit 1eb1594

Please sign in to comment.