Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
orsinium committed Nov 1, 2019
1 parent 493a475 commit bd9deba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
2 changes: 1 addition & 1 deletion deal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

# main package info
__title__ = 'deal'
__version__ = '3.1.0'
__version__ = '3.2.0'
__author__ = 'Gram Orsinium'
__license__ = 'MIT'

Expand Down
19 changes: 3 additions & 16 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import_heading_localfolder = "app"

[tool.poetry]
name = "deal"
version = "3.1.0"
version = "3.2.0"
description = "Programming by contract"
license = "MIT"
authors = ["Gram <master_fess@mail.ru>"]
Expand Down Expand Up @@ -81,21 +81,8 @@ sphinx = "*"
sphinx-rtd-theme = "*"

[tool.poetry.extras]
tests = [
"coverage",
"marshmallow",
"pytest",
"pytest-cov",
"urllib3",
"vaa",
]
docs = [
"m2r",
"recommonmark",
"sphinx-rtd-theme",
"sphinx",
"urllib3",
]
tests = ["coverage", "marshmallow", "pytest", "pytest-cov", "urllib3", "vaa"]
docs = ["m2r", "recommonmark", "sphinx", "sphinx-rtd-theme", "urllib3"]

[tool.poetry.plugins."flake8.extension"]
DEAL = "deal.linter:Checker"

0 comments on commit bd9deba

Please sign in to comment.