From f8380cd1af7695f6feab9a70030a421ee45154b9 Mon Sep 17 00:00:00 2001 From: sobolevn Date: Thu, 18 Jul 2019 20:16:08 +0300 Subject: [PATCH] Version 0.11.1 --- CHANGELOG.md | 7 +++++++ poetry.lock | 4 ++-- pyproject.toml | 3 ++- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae214552f..ed5a8a2d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ We follow Semantic Versions since the `0.1.0` release. We used to have incremental versioning before `0.1.0`. +## 0.11.1 + +### Bugfixes + +- Now using `pygments` as a direct dependency + + ## 0.11.0 aka The New Violation Codes We had a really big problem: all violations inside `best_practices` diff --git a/poetry.lock b/poetry.lock index a83063df7..19adf089f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -684,7 +684,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" version = "2.1.1" [[package]] -category = "dev" +category = "main" description = "Pygments is a syntax highlighting package written in Python." name = "pygments" optional = false @@ -1025,7 +1025,7 @@ python-versions = ">=2.7" version = "0.5.2" [metadata] -content-hash = "79d01d6d9a9f2665cbe40e74411a80be719db85e53332519d1c2e088fbea8a6a" +content-hash = "1566e29d889655cbc2dc5af10a166b899377d8a36bd3a799275fef4d8f92c28a" python-versions = "^3.6" [metadata.hashes] diff --git a/pyproject.toml b/pyproject.toml index 511d45596..95336e0a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.masonry.api" [tool.poetry] name = "wemake-python-styleguide" -version = "0.11.0" +version = "0.11.1" description = "The strictest and most opinionated python linter ever" license = "MIT" @@ -52,6 +52,7 @@ flake8 = "^3.7" attrs = "*" typing_extensions = "^3.6" astor = ">=0.7.1,<0.9.0" +pygments = "^2.4" flake8-builtins = "^1.4" flake8-commas = "^2.0"