Skip to content

Commit

Permalink
Bump version number to 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola committed Feb 18, 2023
1 parent 3a5571f commit 748ff1a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion darglint2/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def print_error_list():


def print_version():
print('1.8.1')
print("1.8.2")


def main():
Expand Down
2 changes: 1 addition & 1 deletion darglint2/flake8_entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from .strictness import Strictness


__version__ = '1.8.1'
__version__ = "1.8.2"


class DarglintChecker(object):
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]
version = "1.8.1"
name = "darglint2"
version = "1.8.2"
description = "A utility for ensuring Google-style docstrings stay up to date with the source code."
authors = ["terrencepreilly <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def run(self):

setup(
name="darglint2",
version="1.8.1",
version="1.8.2",
author="Terrence Reilly",
author_email="[email protected]",
maintainer="Antti Kaihola",
Expand Down

0 comments on commit 748ff1a

Please sign in to comment.