Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lechgu committed Jan 18, 2020
1 parent bec396c commit ec009cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions hush/console.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@
from . import keypairs, passwords, secrets

DEFAULT_CONFIG_FILE = "~/.hush"
<<<<<<< HEAD
DEFAULT_PASSWORD_LENGTH = 16
=======
DEFAULT_PASSWORD_LENGTH = 8
>>>>>>> master
DEFAULT_CHARACTER_CLASSES = "aA8#"


Expand Down Expand Up @@ -68,7 +64,7 @@ def config_callback(ctx, param, value):


@click.group()
@click.version_option("202001.2")
@click.version_option("202001.3")
@click.option(
"-c",
"--config-file",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ multi_line_output=3
include_trailing_comma = true

[pycalver]
current_version = "v202001.0002"
current_version = "v202001.0003"
version_pattern = "{pycalver}"
commit = false
tag = false
Expand Down

0 comments on commit ec009cb

Please sign in to comment.