Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
SerVB committed Mar 9, 2021
1 parent d3fd69a commit a73b754
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

Notable changes to this project are documented in this file.

# 1.0.1

## Changes

- Simplify URLs
- Avoid recreating config when not necessary
- Check for cwd existence on start
- Forbid usage of special symbols in passwords (not for long)

## Fix

- Typos
- Unexpected timeouts

# 1.0.0

## Added
Expand Down
2 changes: 1 addition & 1 deletion projector_installer/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

"""projector-installer version"""

__version__: str = '1.0.0'
__version__: str = '1.0.1'

0 comments on commit a73b754

Please sign in to comment.