Skip to content

Commit

Permalink
bump to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyarr committed Jul 3, 2017
1 parent 8c791ec commit 8fc2b21
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,10 @@ Changelog
1.1.0 (2017-07-03)
******************

- Added coverage threshold and decimal point cofiguration options
- Added coverage threshold and decimal point cofiguration options

1.1.1 (2017-07-03)
******************

- default arguments supplied in __init__.py instead of default_settings.py
- version string added
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
# built documents.
#
# The short X.Y version.
version = '1.1.0'
version = '1.1.1'
# The full version, including alpha/beta/rc tags.
release = '1.1.0'
release = '1.1.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion jenkins_badges/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
`jenkins_badges` is a small flask app that serves dynamic badge images based on data from Jenkins CI.
'''

__version__ = "1.1.0"
__version__ = "1.1.1"

from flask import Flask

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='jenkins_badges',
version='1.1.0',
version='1.1.1',
packages=['jenkins_badges','jenkins_badges.coverage_badge'],
description="provides badge images based on jenkins data",
long_description='A flask server that provides badge images based on data from jenkins',
Expand Down

0 comments on commit 8fc2b21

Please sign in to comment.