Skip to content

Commit

Permalink
Merge pull request #526 from plus3it/develop
Browse files Browse the repository at this point in the history
Releases watchmaker 0.9.1
  • Loading branch information
lorengordon authored Feb 17, 2018
2 parents 6d7a1a4 + d2b693b commit 3c3df51
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 6 deletions.
15 changes: 15 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[bumpversion]
current_version = 0.9.1
commit = False
tag = False
tag_name = {new_version}

[bumpversion:file:setup.cfg]

[bumpversion:file:CHANGELOG.md]
search = x.x.x

[bumpversion:part:release]
values =
dev

5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ before_deploy:
elif [ "$TRAVIS_BRANCH" = "master" ]
then
WAM_VERSION=$(grep "version = " $TRAVIS_BUILD_DIR/setup.cfg | sed "s/version = //")
export WAM_VERSION
WAM_BODY = "* [Watchmaker v$WAM_VERSION CHANGELOG](https://github.com/plus3it/watchmaker/blob/$WAM_VERSION/CHANGELOG.md)"
export WAM_VERSION WAM_BODY
(set -x; git tag -a $WAM_VERSION -m $WAM_VERSION)
fi
deploy:
Expand All @@ -93,7 +94,9 @@ deploy:
repo: plus3it/watchmaker
condition: '"$TOXENV" == *"py27"*'
- provider: releases
name: $WAM_VERSION
tag_name: $WAM_VERSION
body: $WAM_BODY
draft: true
skip_cleanup: true
api_key:
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## Changelog

### 0.9.1

**Commit Delta**: [Change from 0.9.0 release](https://github.com/plus3it/watchmaker/compare/0.9.0...0.9.1)

**Released**: 2018.02.17

**Summary**:

* dotnet4-formula
- Passes version correctly to module.run

### 0.9.0

**Commit Delta**: [Change from 0.8.0 release](https://github.com/plus3it/watchmaker/compare/0.8.0...0.9.0)
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ graft requirements
graft src
graft tests

include .bumpversion.cfg
include .coveragerc
include .editorconfig
include .gitmodules
Expand Down
4 changes: 2 additions & 2 deletions requirements/check.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ flake8-builtins==1.0.post0
flake8-docstrings==1.3.0
flake8-isort==2.3
flake8-future-import==0.4.4
flake8-print==3.0.1
m2r==0.1.12
flake8-print==3.1.0
m2r==0.1.13
pep8-naming==0.5.0
pydocstyle==2.1.1
pygments==2.2.0
Expand Down
4 changes: 2 additions & 2 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
m2r==0.1.12
m2r==0.1.13
setuptools==38.5.1
sphinx==1.6.7
sphinx==1.7.0
sphinx-rtd-theme==0.2.4
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
name = watchmaker
description = Applied Configuration Management
version = 0.9.0
version = 0.9.1
author = Plus3IT Maintainers of Watchmaker
author_email = [email protected]
url = https://github.com/plus3it/watchmaker
Expand Down

0 comments on commit 3c3df51

Please sign in to comment.