File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 22
33Observes [ 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
Original file line number Diff line number Diff 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 (
Original file line number Diff line number Diff line change 1- __version__ = "2.0.0 "
1+ __version__ = "2.0.1 "
You can’t perform that action at this time.
0 commit comments