Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ecederstrand committed Dec 27, 2017
1 parent 2bd89b2 commit 2731a46
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Change Log

HEAD
----


1.10.7
------
* Added support for registering extended properties on folders.
* Added support for creating, updating, deleting and emptying folders.

Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Exchange Web Services client library
====================================
:release: 1.10.6
:date: 2017-11-29
:release: 1.10.7
:date: 2017-12-27
:home: https://github.com/ecederstrand/exchangelib/
:pypi-repo: https://pypi.python.org/pypi/exchangelib/

Expand Down Expand Up @@ -29,7 +29,7 @@ task, contact and distribution list items.

Usage
-----
Here are some examples of how `exchangelib` works:
Here are some examples of how ``exchangelib`` works:


Setup and connecting
Expand Down
11 changes: 8 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
#!/usr/bin/env python
"""
To upload to PyPI:
python setup.py sdist bdist_wheel upload
Release notes:
* Bumpt version in setup.py
* Bump version and date in README.rst
* Bump version in CHANGELOG.rst
* Commit changes
* Tag version
* Push to PyPI: python setup.py sdist bdist_wheel upload
"""
import io
import os
Expand All @@ -15,7 +20,7 @@ def read(fname):

setup(
name='exchangelib',
version='1.10.6',
version='1.10.7',
author='Erik Cederstrand',
author_email='erik@cederstrand.dk',
description='Client for Microsoft Exchange Web Services (EWS)',
Expand Down

0 comments on commit 2731a46

Please sign in to comment.