Skip to content

Commit

Permalink
Bumped version to 1.0.2.post28
Browse files Browse the repository at this point in the history
Updated vendor constant enumerations at Sat Sep  7 10:08:52 UTC 2024. The following files
have been changed: pcapkit/const/ftp/return_code.py
  • Loading branch information
github-actions[bot] committed Sep 7, 2024
1 parent af3aec8 commit 4806e23
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conda/build
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1
0
2 changes: 1 addition & 1 deletion pcapkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@
]

#: version number
__version__ = '1.0.2.post27'
__version__ = '1.0.2.post28'
4 changes: 2 additions & 2 deletions pcapkit/const/ftp/return_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ def __repr__(self) -> 'str':
#: Requested file action was okay, completed.
CODE_250 = 250, 'Requested file action was okay, completed.'

#: User name okay, password okay.
CODE_331 = 331, 'User name okay, password okay.'
#: User name okay, password needed.
CODE_331 = 331, 'User name okay, password needed.'

#: No need account for login.
CODE_332 = 332, 'No need account for login.'
Expand Down

0 comments on commit 4806e23

Please sign in to comment.