Skip to content

Commit a1e944b

Browse files
authored
Merge pull request #43 from A-Baji/dev
name doc update
2 parents b4f9ef9 + c196e60 commit a1e944b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
44

5+
## [2.0.1] - 06-15-2023
6+
7+
### Changed
8+
9+
- update cli user argument description
10+
511
## [2.0.0] - 06-15-2023
612

713
### Added
@@ -50,6 +56,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
5056

5157
- switched to `pathlib` for file path parsing
5258

59+
[2.0.1]: https://github.com/A-Baji/discordAI-modelizer/compare/1.2.2...2.0.1
5360
[2.0.0]: https://github.com/A-Baji/discordAI-modelizer/compare/1.2.2...2.0.0
5461
[1.2.2]: https://github.com/A-Baji/discordAI-modelizer/compare/1.2.1...1.2.2
5562
[1.2.1]: https://github.com/A-Baji/discordAI-modelizer/compare/1.2.0...1.2.1

discordai_modelizer/command_line.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def discordai_modelizer():
6363
"-u", "--user",
6464
type=str,
6565
dest='user',
66-
help="The username#ID of the discord user you want to use",
66+
help="The username of the discord user you want to use",
6767
)
6868
model_create_optional_named = model_create.add_argument_group("optional named arguments")
6969
model_create_optional_named.add_argument(

discordai_modelizer/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.0.0"
1+
__version__ = "2.0.1"

0 commit comments

Comments
 (0)