Skip to content

Commit

Permalink
bump version to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benjixx committed Jun 20, 2018
1 parent 1d1aaee commit 845b41a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
9 changes: 7 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@
History
=======

0.11.0 (TBD - ACTIVE DEVELOPMENT)
---------------------------------
0.11.0 (2018-06-20)
-------------------

Minor Changes
~~~~~~~~~~~~~

* update dependencies to newer versions


0.10.0 (2018-03-26)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
# The short X.Y version.
version = '0.11'
# The full version, including alpha/beta/rc tags.
release = '0.11.0.dev0'
release = '0.11.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion goodplay/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

'''PYTEST_DONT_REWRITE'''

__version__ = '0.11.0.dev0'
__version__ = '0.11.0'
__author__ = 'Benjamin Schwarze'
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
ansible==2.5.5
cached-property==1.4.3
docker-compose==1.21.2
idna==2.6
py==1.5.3
pytest==3.6.1
sarge==0.1.5
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
'idna==2.6', # pin temporary due to dep docker-py -> requests -> idna<2.7
'py>=1.4.34',
'pytest>=3.5.0',
'sarge==0.1.5',
'sarge>=0.1.5',
]

readme_path = os.path.join(os.path.dirname(__file__), 'README.rst')
Expand Down

0 comments on commit 845b41a

Please sign in to comment.