Skip to content

Commit

Permalink
Reviewed requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien Delle Cave committed Dec 14, 2019
1 parent 259f865 commit d9fac27
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 7 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
auton (0.2.8) unstable; urgency=medium

* Reviewed requirements.

-- Adrien DELLE CAVE <adrien.delle.cave@commandersact.com> Sat, 14 Dec 2019 15:09:50 +0100

auton (0.2.7) unstable; urgency=medium

* Reviewed requirements.

-- Adrien DELLE CAVE <adrien.delle.cave@commandersact.com> Sat, 14 Dec 2019 10:42:32 +0100

auton (0.2.6) unstable; urgency=medium

* Removed option need-args.
Expand Down
2 changes: 1 addition & 1 deletion RELEASE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.6
0.2.8
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.6
0.2.8
2 changes: 1 addition & 1 deletion bin/auton
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# SPDX-License-Identifier: GPL-3.0-or-later
"""auton"""

__version__ = '0.2.6'
__version__ = '0.2.8'

import argparse
import os
Expand Down
2 changes: 1 addition & 1 deletion bin/autond
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# SPDX-License-Identifier: GPL-3.0-or-later
"""autond"""

__version__ = '0.2.6'
__version__ = '0.2.8'

import argparse
import logging
Expand Down
2 changes: 1 addition & 1 deletion requirements-autond.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dwho>=0.3.11
dwho>=0.3.15
httpdis>=0.6.6
pycurl
python-dotenv
Expand Down
4 changes: 2 additions & 2 deletions setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
author: Adrien Delle Cave
author_email: pypi@doowan.net
copyright: '2019 fjord-technologies'
release: '0.2.6'
version: '0.2.6'
release: '0.2.8'
version: '0.2.8'
license: License GPL-3
url: https://github.com/decryptus/auton
python_requires:
Expand Down

0 comments on commit d9fac27

Please sign in to comment.