diff --git a/CHANGES.md b/CHANGES.md index 5fa346d6..1f9566ed 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +1.0.2 +===== + + * client expects multiple remotes #156 + * use LC client_id for for LC client #155 + + 1.0.1 ===== diff --git a/doc/developer.rst b/doc/developer.rst index c8b3787f..d553f3e1 100644 --- a/doc/developer.rst +++ b/doc/developer.rst @@ -33,15 +33,13 @@ Flow schema How to make a release --------------------- -* Determine version number (for example 1.0rc8) +* Determine version number (for example 1.0.2) * Compose a list of changes (check issue tracker) -* Make sure the development discovery URL's are disabled in eduvpn/config.py - * Make sure the test suite runs with python2 and python3 -* Set version number in setup.py and eduvpn-client.spec +* Set version number in setup.py and rpm/*.spec * add changes to CHANGES.md @@ -53,6 +51,8 @@ How to make a release * If it doesn't build fix and do a manual upload using `twine `_ +* For now you need to manually create the Let's connect! wheel and upload using twine. + * Make a SRPM and upload to the `COPR repository `_ .. note:: diff --git a/rpm/eduvpn_centos7.spec b/rpm/eduvpn_centos7.spec index b24e51c6..5e63dacc 100644 --- a/rpm/eduvpn_centos7.spec +++ b/rpm/eduvpn_centos7.spec @@ -2,7 +2,7 @@ %global sum client for eduVPN Name: eduvpn_client -Version: 1.0.1 +Version: 1.0.2 Release: 1%{?dist} Summary: %{sum} diff --git a/rpm/eduvpn_fedora.spec b/rpm/eduvpn_fedora.spec index f047f648..3459100a 100644 --- a/rpm/eduvpn_fedora.spec +++ b/rpm/eduvpn_fedora.spec @@ -2,7 +2,7 @@ %global sum client for eduVPN Name: eduvpn_client -Version: 1.0.1 +Version: 1.0.2 Release: 1%{?dist} Summary: %{sum} diff --git a/rpm/lets_connect_centos7.spec b/rpm/lets_connect_centos7.spec index fad0974f..35d671fa 100644 --- a/rpm/lets_connect_centos7.spec +++ b/rpm/lets_connect_centos7.spec @@ -2,7 +2,7 @@ %global sum client for Let's Connect! Name: lets_connect_client -Version: 1.0.1 +Version: 1.0.2 Release: 1%{?dist} Summary: %{sum} diff --git a/rpm/lets_connect_fedora.spec b/rpm/lets_connect_fedora.spec index 51ac8dd4..37fba5b0 100644 --- a/rpm/lets_connect_fedora.spec +++ b/rpm/lets_connect_fedora.spec @@ -2,7 +2,7 @@ %global sum client for eduVPN Name: lets_connect_client -Version: 1.0.1 +Version: 1.0.2 Release: 1%{?dist} Summary: %{sum} diff --git a/setup.py b/setup.py index 34fe674c..412b9519 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup, find_packages -__version__ = "1.0.1" +__version__ = "1.0.2" install_requires = [