File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Changelog
1+ # Changelog #
2+
3+ ## v0.0.11 - 23.Sep.2020 ##
4+ ### Features
5+ - Allow to add viewers on document creation
26
37## v0.0.10 - 2.Sep.2020
48### Features
Original file line number Diff line number Diff line change 11[tool .poetry ]
2- name = " mifiel-python-api-client "
3- version = " 0.1.0 "
4- description = " "
2+ name = " mifiel"
3+ version = " 0.0.11 "
4+ description = " Python API Client library for mifiel.com "
55authors = [" Genaro Madrid <genmadrid@gmail.com>" ]
66
77[tool .poetry .dependencies ]
88python = " ^3.9"
9- mifiel = " ^0.0.10"
109cookies = " ^2.2.1"
1110requests = " >=2.20.0"
1211responses = " ^0.9.0"
Original file line number Diff line number Diff line change 77
88setup (
99 name = 'mifiel' ,
10- version = '0.0.10 ' ,
10+ version = '0.0.11 ' ,
1111 description = 'Python API Client library for mifiel.com' ,
1212 long_description = long_description ,
1313 url = 'http://github.com/mifiel/python-api-client' ,
14- download_url = 'https://github.com/Mifiel/python-api-client/tarball/v0.0.10 ' ,
14+ download_url = 'https://github.com/Mifiel/python-api-client/tarball/v0.0.11 ' ,
1515 author = 'Genaro Madrid' ,
1616 author_email = 'genmadrid@gmail.com' ,
1717 license = 'MIT' ,
You can’t perform that action at this time.
0 commit comments