Skip to content

Commit 4806e23

Browse files
Bumped version to 1.0.2.post28
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
1 parent af3aec8 commit 4806e23

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

conda/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1
1+
0

pcapkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,4 @@
124124
]
125125

126126
#: version number
127-
__version__ = '1.0.2.post27'
127+
__version__ = '1.0.2.post28'

pcapkit/const/ftp/return_code.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ def __repr__(self) -> 'str':
139139
#: Requested file action was okay, completed.
140140
CODE_250 = 250, 'Requested file action was okay, completed.'
141141

142-
#: User name okay, password okay.
143-
CODE_331 = 331, 'User name okay, password okay.'
142+
#: User name okay, password needed.
143+
CODE_331 = 331, 'User name okay, password needed.'
144144

145145
#: No need account for login.
146146
CODE_332 = 332, 'No need account for login.'

0 commit comments

Comments
 (0)