bump version

This commit is contained in:
Kevin Froman 2020-04-24 18:53:15 -05:00
parent ef1b56a84b
commit 3e241dcb72
2 changed files with 9 additions and 3 deletions

View File

@ -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

View File

@ -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',