Skip to content

Commit

Permalink
Add Docker Swarm Stack local-simple deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
alainivars committed Jul 1, 2019
1 parent c33e930 commit da865cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/releases_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

Releases Notes
==============
- 0.1.4: add deploy local stack swarm with Traefik
- 0.1.3: add deploy local stack swarm
add sub module docker-elk and swarmprom
- 0.1.2: refactor tests
Expand Down
2 changes: 1 addition & 1 deletion docs/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.3'
__version__ = '0.1.4'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
''',
zip_safe=False,
include_package_data=True,
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*",
# https://pypi.org/classifiers/
classifiers=[
'Development Status :: 2 - Pre-Alpha',
Expand All @@ -42,8 +42,8 @@
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
],
install_requires=[
# 'boto3', # AWS
Expand Down

0 comments on commit da865cd

Please sign in to comment.