Skip to content

Commit

Permalink
prepare for 1.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gijzelaerr committed Aug 28, 2018
1 parent 5114b7c commit 1bdcb0f
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
1.0.2
=====

* client expects multiple remotes #156
* use LC client_id for for LC client #155


1.0.1
=====

Expand Down
8 changes: 4 additions & 4 deletions doc/developer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -53,6 +51,8 @@ How to make a release

* If it doesn't build fix and do a manual upload using `twine <https://github.com/pypa/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 <https://copr.fedorainfracloud.org/coprs/gijzelaerr/eduvpn-client/>`_

.. note::
Expand Down
2 changes: 1 addition & 1 deletion rpm/eduvpn_centos7.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down
2 changes: 1 addition & 1 deletion rpm/eduvpn_fedora.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down
2 changes: 1 addition & 1 deletion rpm/lets_connect_centos7.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down
2 changes: 1 addition & 1 deletion rpm/lets_connect_fedora.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from setuptools import setup, find_packages

__version__ = "1.0.1"
__version__ = "1.0.2"


install_requires = [
Expand Down

0 comments on commit 1bdcb0f

Please sign in to comment.