Skip to content

Commit

Permalink
Bump LIBPATCH for two libraries that had been modified but not bumped (
Browse files Browse the repository at this point in the history
  • Loading branch information
benhoyt authored Feb 23, 2023
1 parent 25bdf26 commit d0ebc9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/charms/operator_libs_linux/v0/passwd.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

# Increment this PATCH version before using `charmcraft publish-lib` or reset
# to 0 if you are raising the major API version
LIBPATCH = 3
LIBPATCH = 4


def user_exists(user: Union[str, int]) -> Optional[pwd.struct_passwd]:
Expand Down
2 changes: 1 addition & 1 deletion lib/charms/operator_libs_linux/v1/systemd.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

# Increment this PATCH version before using `charmcraft publish-lib` or reset
# to 0 if you are raising the major API version
LIBPATCH = 0
LIBPATCH = 1


class SystemdError(Exception):
Expand Down

0 comments on commit d0ebc9f

Please sign in to comment.