Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
prepare for 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gijzelaerr committed Aug 13, 2018
1 parent b9c0cfb commit 63c7aa0
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.0.1
=====

* pypi doesnt show latest version - make 1.0(.1) release #135


1.0rc17
=======

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.0rc17
Version: 1.0.1
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.0rc17
Version: 1.0.1
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.0rc17
Version: 1.0.1
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.0rc17
Version: 1.0.1
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.0rc17"
__version__ = "1.0.1"


install_requires = [
Expand Down
2 changes: 1 addition & 1 deletion setup_letsconnect.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.0rc17"
__version__ = "1.0.1"


install_requires = [
Expand Down

0 comments on commit 63c7aa0

Please sign in to comment.