Skip to content

Commit

Permalink
Reviewed requirements.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien Delle Cave committed Jan 28, 2022
1 parent a93758f commit 7cd8ad7
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
monit-docker (0.0.46) unstable; urgency=medium

* Reviewed requirements.txt.

-- Adrien DELLE CAVE (Decryptus) <adrien.delle.cave@commandersact.com> Fri, 28 Jan 2022 01:43:29 +0100

monit-docker (0.0.45) unstable; urgency=medium

* Reviewed requirements.txt.
Expand Down
2 changes: 1 addition & 1 deletion RELEASE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.45
0.0.46
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.45
0.0.46
2 changes: 1 addition & 1 deletion bin/monit-docker
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ monit-docker

from __future__ import absolute_import

__version__ = '0.0.45'
__version__ = '0.0.46'

import argparse
import codecs
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Mako
pyOpenSSL>=20.0.0
PyYAML>=3.10
six>=1.13.0
sonicprobe>=0.3.44
sonicprobe>=0.3.45
4 changes: 2 additions & 2 deletions setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: monit-docker
author: Adrien Delle Cave
author_email: pypi@doowan.net
copyright: '2019-2022 Adrien Delle Cave'
release: '0.0.45'
version: '0.0.45'
release: '0.0.46'
version: '0.0.46'
license: License GPL-3
url: https://github.com/decryptus/monit-docker
python_requires:
Expand Down

0 comments on commit 7cd8ad7

Please sign in to comment.