Skip to content

Commit

Permalink
update CODEOWNERS and replaced pkg_resources with packaging (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
plaharanne authored Jul 24, 2024
1 parent e3b35b8 commit 49d7862
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# the repo. Unless a later match takes precedence,
# The users listed below are global owners and will be
# requested for review when someone opens a pull request.
* @plaharanne @tomach @WalBeh @Taliik @juanpardo
* @plaharanne @tomach @WalBeh @Taliik @juanpardo @widmogrod @goat-ssh
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Unreleased
- Added new resource ``organizations customer`` and subcommands that allow
users to manage organization's billing info.

- Replaced ``pkg_resources.extern`` with ``packaging``

1.11.1 - 2024/04/11
===================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

# type: ignore

from pkg_resources.extern.packaging.version import Version
from packaging.version import Version
from setuptools import find_packages, setup

__version__ = Version("1.11.1")
Expand Down

0 comments on commit 49d7862

Please sign in to comment.