Skip to content

Commit

Permalink
Merge pull request #358 from nornir-automation/deployment_fixes
Browse files Browse the repository at this point in the history
fix minor deployment issues
  • Loading branch information
dbarrosop committed Mar 19, 2019
2 parents 9d154b5 + 75e9dfd commit 70b9063
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ deploy:
script: poetry publish
on:
tags: true
condition: "$TRAVIS_PYTHON_VERSION == 3.7"
condition: "$PYTHON == 3.7"
after_success:
- coveralls
env:
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2.1.1 - March 19 2019
=====================

* [MISC] Workaround to sdispater/poetry#743 #358
* [MISC] Fix automated deployment to pypi #358

Thanks to the following people for their contributions:

* `dbarrosop <https://github.com/dbarrosop>`_

2.1.0 - March 18 2019
=====================

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nornir"
version = "2.1.0"
version = "2.1.1"
description = "Pluggable multi-threaded framework with inventory management to help operate collections of devices"
authors = ["David Barroso <dbarrosop@dravetech.com>"]
readme = "README.md"
Expand All @@ -11,7 +11,7 @@ classifiers = [
]

[tool.poetry.dependencies]
python = ">= 3.6, < 3.8"
python = "^3.6"
colorama = "^0.4.1"
jinja2 = "^2"
napalm = "^2"
Expand Down

0 comments on commit 70b9063

Please sign in to comment.