From 2731a460246b74d498228fb8da6f56584963211c Mon Sep 17 00:00:00 2001 From: Erik Cederstrand Date: Wed, 27 Dec 2017 15:30:19 +0100 Subject: [PATCH] Bump version --- CHANGELOG.rst | 4 ++++ README.rst | 6 +++--- setup.py | 11 ++++++++--- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 66fc0eab..4ada5b4b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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. diff --git a/README.rst b/README.rst index e6237dc3..cabc47fd 100644 --- a/README.rst +++ b/README.rst @@ -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/ @@ -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 diff --git a/setup.py b/setup.py index 46b6f1d0..2ae033c4 100755 --- a/setup.py +++ b/setup.py @@ -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 @@ -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)',