Skip to content

Commit

Permalink
🎨 update openpyxl version. resolves #34
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Dec 28, 2019
1 parent b21d4d8 commit 1717019
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Change log
================================================================================

0.5.8 - 28.12.2019
--------------------------------------------------------------------------------

**Updated**

#. #34 pin openpyxl>=2.6.1

0.5.7 - 15.02.2019
--------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = 'pypi'
python_version= '3.6'

[packages]
openpyxl = '>=2.5.0,<2.6.0'
openpyxl = '>=2.6.1'
pyexcel-io = '>=0.5.3'

[dev-packages]
Expand Down
6 changes: 6 additions & 0 deletions changelog.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: pyexcel-xlsx
organisation: pyexcel
releases:
- changes:
- action: Updated
details:
- '#34 pin openpyxl>=2.6.1'
date: 28.12.2019
version: 0.5.8
- changes:
- action: Added
details:
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
copyright = '2015-2019 Onni Software Ltd.'
author = 'C.W.'
# The short X.Y version
version = '0.5.7'
version = '0.5.8'
# The full version, including alpha/beta/rc tags
release = '0.5.7'
release = '0.5.8'

# -- General configuration ---------------------------------------------------

Expand Down
8 changes: 4 additions & 4 deletions pyexcel-xlsx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ overrides: "pyexcel.yaml"
name: "pyexcel-xlsx"
project: "pyexcel-xlsx"
nick_name: xlsx
version: 0.5.7
current_version: 0.5.7
release: 0.5.7
version: 0.5.8
current_version: 0.5.8
release: 0.5.8
file_type: xlsx
gitignore_language: Python
dependencies:
- openpyxl>=2.5.0,<2.6.0
- openpyxl>=2.6.1
- pyexcel-io>=0.5.3
description: A wrapper library to read, manipulate and write data in xlsx and xlsm format
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
openpyxl>=2.5.0,<2.6.0
openpyxl>=2.6.1
pyexcel-io>=0.5.3

0 comments on commit 1717019

Please sign in to comment.