diff --git a/CHANGES.rst b/CHANGES.rst index c892c6d..be896d1 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -24,3 +24,19 @@ Initial public release. Integrating some more granular exception handling. +0.4 (June 2, 2014) +------------------ + +We had some great contributions, so this is a release for that. + +Alejandro Ramirez (got-root): + +- Added functionality to create/delete/get/find/move folders of all types. (Creating a new CalendarFolder is creating a new calendar in exchange) +- Added ability to create events in specific folders. +- Added ability to move events between calendars (folders). +- Created tests for all new features. + +Ben Le (kantas92) + +* Fixed unicode vs bytecode encoding madness when sending unicode. + diff --git a/setup.py b/setup.py index ec7db33..b9f12bb 100755 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name='pyexchange', - version='0.3.1', + version='0.4', url='https://github.com/linkedin/pyexchange', license='Apache', author='Rachel Sanders',