Skip to content

Commit

Permalink
roll version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cjekel committed May 24, 2020
1 parent 5395868 commit 77830f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.0.1] - 2020-05-24
### Changed
- Bugfix: config.py was setting the retries env variable as the like env variable; this has been corrected
- Bugfix: remove string endings from .env variable strings if they exist

## [1.0.0] - 2020-03-28
### Added
- You can now store all default optional parameters in your environment variables! This means you can set your starting distance, number of likes, and image_batch size without manually specifying the options each time. You can locally set a `.env` file within your tinder working directory. Check out this [.env](https://github.com/cjekel/tindetheus/blob/master/.env.example) example file. Thanks to Vikash Kothary for this contribution.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup
setup(
name='tindetheus',
version='1.0.0',
version='1.0.1',
author='Charles Jekel',
author_email='cjekel@gmail.com',
packages=['tindetheus', 'tindetheus.facenet_clone',
Expand Down

0 comments on commit 77830f9

Please sign in to comment.