Skip to content

Commit

Permalink
🤝 merge with dev
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Oct 21, 2020
2 parents e849d0d + cfb7d3a commit dcabf0e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Change log

**Updated**

#. New style xlsx plugins, promoted by pyexcel-io v0.6.0.
#. New style xlsx plugins, promoted by pyexcel-io v0.6.2.

0.5.9 - 29.08.2020
--------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ releases:
- changes:
- action: Updated
details:
- 'New style xlsx plugins, promoted by pyexcel-io v0.6.0.'
- 'New style xlsx plugins, promoted by pyexcel-io v0.6.2.'
date: 8.10.2020
version: 0.6.0
- changes:
Expand Down
2 changes: 1 addition & 1 deletion pyexcel-xls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ release: 0.6.1
file_type: xls
is_on_conda: true
dependencies:
- pyexcel-io>=0.5.3
- pyexcel-io>=0.6.2
- xlrd
- xlwt
test_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pyexcel-io>=0.5.3
pyexcel-io>=0.6.2
xlrd
xlwt
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
PYTHON_REQUIRES = ">=3.6"

INSTALL_REQUIRES = [
"pyexcel-io>=0.5.3",
"pyexcel-io>=0.6.2",
"xlrd",
"xlwt",
]
Expand Down

0 comments on commit dcabf0e

Please sign in to comment.