Skip to content

Commit

Permalink
Merge pull request #24 from hotzenklotz/v2.1.2
Browse files Browse the repository at this point in the history
Prepare release 2.1.2
  • Loading branch information
hotzenklotz authored Oct 1, 2020
2 parents ff8c8fd + 6a07ca6 commit 89dd046
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
- name: Publish to PyPI
run: |
source ~/.venv/bin/activate
pip install --upgrade pip
pip install poetry
poetry install
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test_lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ jobs:
- name: Install dependencies
run: |
source ~/.venv/bin/activate
pip install --upgrade pip
pip install poetry
poetry install
- name: Check code formatting
Expand Down
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ ignore-docstrings=yes
ignore-imports=no

# Minimum lines number of a similarity.
min-similarity-lines=4
min-similarity-lines=8


[BASIC]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ python -m pytest tests
## Contributing / Development
Community contributions are welcome.

Dependency management is handled through [Poetry](https://python-poetry.org/):
Some kind of virtual environment for Python is recommended. Consider `venv`, `conda`or similar. Dependency management is handled through [Poetry](https://python-poetry.org/):

```
pip install poetry
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pybeerxml"
version = "2.1.1"
version = "2.1.2"
description = "A BeerXML implementation for Python"
authors = ["Tom Herold <[email protected]>"]
repository = "https://github.com/hotzenklotz/pybeerxml/"
Expand Down

0 comments on commit 89dd046

Please sign in to comment.