Skip to content

Commit

Permalink
[RELEASE] version: 0.1.30
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien Delle Cave committed Feb 23, 2019
1 parent 7b6698d commit e0a3daa
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bin/nsaproxy
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ __license__ = """
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
"""
__version__ = '0.1.26'
__version__ = '0.1.30'

# TODO: load Python logging configuration (using standard logging.config)

Expand Down
24 changes: 24 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
nsaproxy (0.1.30) unstable; urgency=medium

* Reviewed requirements.txt.

-- Adrien DELLE CAVE (Decryptus) <adrien.delle.cave@commandersact.com> Sat, 23 Feb 2019 08:00:30 +0100

nsaproxy (0.1.29) unstable; urgency=medium

* Reviewed requirements.txt.

-- Adrien DELLE CAVE (Decryptus) <adrien.delle.cave@commandersact.com> Fri, 22 Feb 2019 19:24:20 +0100

nsaproxy (0.1.28) unstable; urgency=medium

* Reviewed requirements.txt.

-- Adrien DELLE CAVE (Decryptus) <adrien.delle.cave@commandersact.com> Fri, 22 Feb 2019 19:02:18 +0100

nsaproxy (0.1.27) unstable; urgency=medium

* Reviewed requirements.txt.

-- Adrien DELLE CAVE (Decryptus) <adrien.delle.cave@commandersact.com> Thu, 27 Dec 2018 19:03:02 +0100

nsaproxy (0.1.26) unstable; urgency=medium

* Removed unused import.
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
boto3>=1.4.2
cdnetworks>=0.1.8
dwho>=0.2.67
httpdis>=0.5.6
dwho>=0.2.89
httpdis>=0.5.13
pycurl
pyyaml>=3.10
redis>=2.4.0
requests
sonicprobe>=0.2.59
sonicprobe>=0.2.70
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 find_packages, setup

requirements = [line.strip() for line in open('requirements.txt', 'r').readlines()]
version = '0.1.26'
version = '0.1.30'

if os.path.isfile('VERSION'):
version = open('VERSION', 'r').readline().strip() or version
Expand Down

0 comments on commit e0a3daa

Please sign in to comment.