bump version
This commit is contained in:
parent
ef1b56a84b
commit
3e241dcb72
10
CHANGELOG.md
10
CHANGELOG.md
@ -2,6 +2,12 @@
|
||||
|
||||
This project uses Semantic Versioning
|
||||
|
||||
## 1.2.0
|
||||
|
||||
* finished basic client tests
|
||||
* made connection var more meaningful in server
|
||||
* added support for .onion-ending (or not) address format in client
|
||||
|
||||
|
||||
## 1.1.2
|
||||
|
||||
@ -15,8 +21,8 @@ Fixed setup.py project URL
|
||||
|
||||
## 1.1.0
|
||||
|
||||
Added detection of connection loss
|
||||
Added --alphanum-only argument
|
||||
* Added detection of connection loss
|
||||
* Added --alphanum-only argument
|
||||
|
||||
## 1.0.0
|
||||
|
||||
|
2
setup.py
2
setup.py
@ -7,7 +7,7 @@ with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
|
||||
packages = find_packages(exclude=['contrib', 'docs', 'tests'])
|
||||
|
||||
setup(name='youandme',
|
||||
version='1.1.2',
|
||||
version='1.2.0',
|
||||
description='Simple private data sharing via bytearrays, Tor tunneling and metadata paranoia',
|
||||
long_description=long_description,
|
||||
long_description_content_type='text/markdown',
|
||||
|
Loading…
Reference in New Issue
Block a user