Skip to content

Commit

Permalink
Releasing 0.4 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachel Sanders committed Jun 2, 2014
1 parent d9d7e44 commit ae55922
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit ae55922

Please sign in to comment.