mirror of
https://github.com/towalink/wgfrontend.git
synced 2025-04-19 08:55:11 +00:00
Prepare release
This commit is contained in:
parent
7bc091c97f
commit
615d1ead32
10
CHANGELOG.md
10
CHANGELOG.md
@ -16,6 +16,16 @@ All notable changes to this project are documented in this file.
|
|||||||
|
|
||||||
- n/a
|
- n/a
|
||||||
|
|
||||||
|
## [0.3.1] - 2020-12-05
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Ask for listening interface and port in setup assistant
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Strip quotes from on_change_command
|
||||||
|
|
||||||
## [0.3.0] - 2020-12-05
|
## [0.3.0] - 2020-12-05
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
2
setup.py
2
setup.py
@ -7,7 +7,7 @@ with open('README.md', 'r') as f:
|
|||||||
|
|
||||||
setup_kwargs = {
|
setup_kwargs = {
|
||||||
'name': 'wgfrontend',
|
'name': 'wgfrontend',
|
||||||
'version': '0.3.0',
|
'version': '0.3.1',
|
||||||
'author': 'The Towalink Project',
|
'author': 'The Towalink Project',
|
||||||
'author_email': 'pypi.wgfrontend@towalink.net',
|
'author_email': 'pypi.wgfrontend@towalink.net',
|
||||||
'description': 'web-based user interface for configuring WireGuard for roadwarriors',
|
'description': 'web-based user interface for configuring WireGuard for roadwarriors',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user