From 19310e77e3279080998e2ff230d19e6fe0743528 Mon Sep 17 00:00:00 2001 From: Jannis Gebauer Date: Mon, 10 Jul 2017 13:16:34 +0200 Subject: [PATCH] new release, 1.35 --- doc/changes.rst | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/changes.rst b/doc/changes.rst index f59f7f5e..d5b20a61 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -4,6 +4,11 @@ Change log Stable versions ~~~~~~~~~~~~~~~ +Version 1.35 (July 10, 2017) +----------------------------------- + +* Add Support for repository collaborator invitations. + Version 1.34 (abril 04, 2017) ----------------------------------- diff --git a/setup.py b/setup.py index ee1cb00d..6658f402 100755 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ import setuptools import textwrap -version = "1.34" +version = "1.35" if __name__ == "__main__":