Skip to content

Commit

Permalink
[RELEASE] version: 0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien Delle Cave committed Feb 23, 2019
1 parent e22c1ed commit fe6cd6b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bin/botbond
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.15'
__version__ = '0.18'

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

Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dwho>=0.2.67
dwho>=0.2.89
emoji
httpdis>=0.5.5
httpdis>=0.5.13
hypchat
pyyaml>=3.10
redis>=2.4.0
requests
slackclient
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.15'
version = '0.18'

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

0 comments on commit fe6cd6b

Please sign in to comment.