Skip to content

Commit 9ae2765

Browse files
committed
Merge branch 'release/v0.0.11' into develop
2 parents 8045768 + 116fe11 commit 9ae2765

3 files changed

Lines changed: 10 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
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

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
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"
55
authors = ["Genaro Madrid <genmadrid@gmail.com>"]
66

77
[tool.poetry.dependencies]
88
python = "^3.9"
9-
mifiel = "^0.0.10"
109
cookies = "^2.2.1"
1110
requests = ">=2.20.0"
1211
responses = "^0.9.0"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77

88
setup(
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',

0 commit comments

Comments
 (0)