Skip to content

Commit

Permalink
[RELEASE] version: 0.0.32.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien Delle Cave committed Sep 16, 2019
1 parent b88310a commit a9163bd
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
@@ -1,3 +1,9 @@
monit-docker (0.0.32) unstable; urgency=medium

* [RELEASE] version: 0.0.32.

-- Adrien DELLE CAVE (Decryptus) <adrien.delle.cave@commandersact.com> Mon, 16 Sep 2019 11:16:30 +0200

monit-docker (0.0.31) unstable; urgency=medium

* [RELEASE] version: 0.0.31.
Expand Down
2 changes: 1 addition & 1 deletion RELEASE
@@ -1 +1 @@
0.0.31
0.0.32
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.0.31
0.0.32
2 changes: 1 addition & 1 deletion bin/monit-docker
Expand Up @@ -8,7 +8,7 @@ monit-docker

from __future__ import absolute_import

__version__ = '0.0.31'
__version__ = '0.0.32'

import argparse
import codecs
Expand Down
4 changes: 2 additions & 2 deletions debian/control
Expand Up @@ -3,7 +3,7 @@ Section: net
Priority: optional
Maintainer: DevOps Team Fjord Technologies
Uploaders: DevOps Team Fjord Technologies
Build-Depends: debhelper (>= 7), dh-python, python (>= 2.7), python-setuptools
Build-Depends: debhelper (>= 7), dh-python, python (>= 2.7~), python-setuptools
Standards-Version: 3.9.4
X-Python-Version: >= 2.7
Homepage: https://www.commandersact.com
Expand All @@ -12,5 +12,5 @@ Package: monit-docker
Architecture: all
Homepage: https://www.commandersact.com
Depends: ${misc:Depends}, python (>= 2.7~)
Pre-Depends: lsb-release, python-dev (>= 2.7), python-pip, python-setuptools
Pre-Depends: lsb-release, python-dev (>= 2.7~), python-pip, python-setuptools
Description: Fjord Technologies monit-docker package
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -2,4 +2,4 @@ bitmath>=1.3.3.1
docker>=2.7.0
Mako
PyYAML>=3.10
six>=1.4.0
six>=1.12.0
4 changes: 2 additions & 2 deletions setup.yml
Expand Up @@ -4,8 +4,8 @@ description: monit-docker
author: Adrien Delle Cave
author_email: pypi@doowan.net
copyright: '2019 Adrien Delle Cave'
release: '0.0.31'
version: '0.0.31'
release: '0.0.32'
version: '0.0.32'
license: License GPL-3
url: https://github.com/decryptus/monit-docker
python_requires:
Expand Down

0 comments on commit a9163bd

Please sign in to comment.