Skip to content

Commit

Permalink
Bumping to 0.4.1 (#39)
Browse files Browse the repository at this point in the history
* Adding comment for gh-pages

* Adding extra build and publish commands

* Updating dependency to start with python 3.6

* Updating change log to 0.4.1
  • Loading branch information
davidban77 authored Sep 18, 2019
1 parent df43aee commit e52e907
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 29 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,9 @@ test:
poetry run black --diff --check .
poetry run tox
poetry run pytest --cov-report=xml --cov=gns3fy tests/

build:
poetry build

publish:
poetry publish
6 changes: 6 additions & 0 deletions docs/content/about/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ pip install -U gns3fy

# Releases

## 0.4.1

**Fix:**

- Dependency of python to start at version 3.6

## 0.4.0

**New features:**
Expand Down
79 changes: 52 additions & 27 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 = "gns3fy"
version = "0.4.0"
version = "0.4.1"
description = "Python wrapper around GNS3 Server API"
authors = ["David Flores <[email protected]>"]
license = "MIT"
Expand All @@ -14,7 +14,7 @@ classifiers = [
]

[tool.poetry.dependencies]
python = "^3.7"
python = "^3.6"
requests = "^2.22"
pydantic = "^0.*"

Expand Down

0 comments on commit e52e907

Please sign in to comment.