Skip to content

Commit

Permalink
Release version 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dimakudosh authored and dimakudosh committed Sep 27, 2021
1 parent 13569c9 commit bce1d5b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

## [v3.6.1]
- Fix filtering in get_players
- Fix import error in old python versions

## [v3.6.0]
- Add conditional stack
- Add exclude_lineups parameters to optimize method
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PYDFS-LINEUP-OPTIMIZER [![Build Status](https://travis-ci.org/DimaKudosh/pydfs-lineup-optimizer.svg?branch=master)](https://travis-ci.org/DimaKudosh/pydfs-lineup-optimizer)[![Coverage Status](https://coveralls.io/repos/github/DimaKudosh/pydfs-lineup-optimizer/badge.svg?branch=master)](https://coveralls.io/github/DimaKudosh/pydfs-lineup-optimizer?branch=master)
# PYDFS-LINEUP-OPTIMIZER [![Build Status](https://travis-ci.com/DimaKudosh/pydfs-lineup-optimizer.svg?branch=master)](https://travis-ci.org/DimaKudosh/pydfs-lineup-optimizer)[![Coverage Status](https://coveralls.io/repos/github/DimaKudosh/pydfs-lineup-optimizer/badge.svg?branch=master)](https://coveralls.io/github/DimaKudosh/pydfs-lineup-optimizer?branch=master)
pydfs-lineup-optimizer is a tool for creating optimal lineups for daily fantasy sport.

## Installation
Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.. image:: https://travis-ci.org/DimaKudosh/pydfs-lineup-optimizer.svg?branch=master
:target: https://travis-ci.org/DimaKudosh/pydfs-lineup-optimizer
.. image:: https://travis-ci.com/DimaKudosh/pydfs-lineup-optimizer.svg?branch=master
:target: https://travis-ci.com/DimaKudosh/pydfs-lineup-optimizer

.. image:: https://coveralls.io/repos/github/DimaKudosh/pydfs-lineup-optimizer/badge.svg?branch=master
:target: https://coveralls.io/github/DimaKudosh/pydfs-lineup-optimizer?branch=master
Expand Down
2 changes: 1 addition & 1 deletion pydfs_lineup_optimizer/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.6.0'
__version__ = '3.6.1'

0 comments on commit bce1d5b

Please sign in to comment.