Skip to content

Commit 3808f3c

Browse files
committed
Merge branch 'dev' of https://github.com/pyexcel/pyexcel-xlsxw into dev
2 parents 599123d + f735599 commit 3808f3c

File tree

2 files changed

+22
-25
lines changed

2 files changed

+22
-25
lines changed

.travis.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ python:
1010

1111
stages:
1212
- lint
13-
- moban
1413
- test
1514

1615

@@ -23,16 +22,6 @@ stages:
2322
stage: lint
2423
script: make lint
2524

26-
.moban: &moban
27-
python: 3.6
28-
env:
29-
- MINREQ=0
30-
stage: moban
31-
install: pip install moban gitfs2 pypifs moban-jinja2-github moban-ansible
32-
script:
33-
- moban
34-
- git diff --exit-code
35-
3625
jobs:
3726
include:
3827
- *moban

CHANGELOG.rst

Lines changed: 22 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,30 @@
11
Change log
22
================================================================================
33

4+
0.6.0 - tbd
5+
--------------------------------------------------------------------------------
6+
7+
**Updated**
8+
9+
#. New style xlsx plugins, promoted by pyexcel-io v0.6.0.
10+
411
0.4.2 - 23.10.2017
512
--------------------------------------------------------------------------------
613

714
**updated**
815

9-
#. pyexcel `pyexcel#105 <https://github.com//pyexcel/issues/105>`_, remove gease
10-
from setup_requires, introduced by 0.4.1.
16+
#. pyexcel `pyexcel#105 <https://github.com/pyexcel/pyexcel/issues/105>`_,
17+
remove gease from setup_requires, introduced by 0.4.1.
1118
#. remove python2.6 test support
1219

1320
0.4.1 - 20.10.2017
1421
--------------------------------------------------------------------------------
1522

1623
**added**
1724

18-
#. `pyexcel#103 <https://github.com//pyexcel/issues/103>`_, include LICENSE file
19-
in MANIFEST.in, meaning LICENSE file will appear in the released tar ball.
25+
#. `pyexcel#103 <https://github.com/pyexcel/pyexcel/issues/103>`_, include
26+
LICENSE file in MANIFEST.in, meaning LICENSE file will appear in the released
27+
tar ball.
2028

2129
0.4.0 - 19.06.2017
2230
--------------------------------------------------------------------------------
@@ -26,8 +34,8 @@ Change log
2634
#. pyexcel-io plugin interface now updated to use `lml
2735
<https://github.com/chfw/lml>`_.
2836
#. Remove the false claim that this library writes xlsm
29-
#. `pyexcel-xlsxw#1 <https://github.com//pyexcel-xlsxw/issues/1>`_, Feature
30-
request: support Workbook options in XLSXWriter.open()
37+
#. `#1 <https://github.com/pyexcel/pyexcel-xlsxw/issues/1>`_, Feature request:
38+
support Workbook options in XLSXWriter.open()
3139
#. Support pyexcel-io v0.3.0
3240
#. initial release to see if xlsxwriter would write xlsx significantly faster
3341
than openpyxl
@@ -40,8 +48,8 @@ Change log
4048
#. pyexcel-io plugin interface now updated to use `lml
4149
<https://github.com/chfw/lml>`_.
4250
#. Remove the false claim that this library writes xlsm
43-
#. `pyexcel-xlsxw#1 <https://github.com//pyexcel-xlsxw/issues/1>`_, Feature
44-
request: support Workbook options in XLSXWriter.open()
51+
#. `#1 <https://github.com/pyexcel/pyexcel-xlsxw/issues/1>`_, Feature request:
52+
support Workbook options in XLSXWriter.open()
4553
#. Support pyexcel-io v0.3.0
4654
#. initial release to see if xlsxwriter would write xlsx significantly faster
4755
than openpyxl
@@ -54,8 +62,8 @@ Change log
5462
#. pyexcel-io plugin interface now updated to use `lml
5563
<https://github.com/chfw/lml>`_.
5664
#. Remove the false claim that this library writes xlsm
57-
#. `pyexcel-xlsxw#1 <https://github.com//pyexcel-xlsxw/issues/1>`_, Feature
58-
request: support Workbook options in XLSXWriter.open()
65+
#. `#1 <https://github.com/pyexcel/pyexcel-xlsxw/issues/1>`_, Feature request:
66+
support Workbook options in XLSXWriter.open()
5967
#. Support pyexcel-io v0.3.0
6068
#. initial release to see if xlsxwriter would write xlsx significantly faster
6169
than openpyxl
@@ -68,8 +76,8 @@ Change log
6876
#. pyexcel-io plugin interface now updated to use `lml
6977
<https://github.com/chfw/lml>`_.
7078
#. Remove the false claim that this library writes xlsm
71-
#. `pyexcel-xlsxw#1 <https://github.com//pyexcel-xlsxw/issues/1>`_, Feature
72-
request: support Workbook options in XLSXWriter.open()
79+
#. `#1 <https://github.com/pyexcel/pyexcel-xlsxw/issues/1>`_, Feature request:
80+
support Workbook options in XLSXWriter.open()
7381
#. Support pyexcel-io v0.3.0
7482
#. initial release to see if xlsxwriter would write xlsx significantly faster
7583
than openpyxl
@@ -82,8 +90,8 @@ Change log
8290
#. pyexcel-io plugin interface now updated to use `lml
8391
<https://github.com/chfw/lml>`_.
8492
#. Remove the false claim that this library writes xlsm
85-
#. `pyexcel-xlsxw#1 <https://github.com//pyexcel-xlsxw/issues/1>`_, Feature
86-
request: support Workbook options in XLSXWriter.open()
93+
#. `#1 <https://github.com/pyexcel/pyexcel-xlsxw/issues/1>`_, Feature request:
94+
support Workbook options in XLSXWriter.open()
8795
#. Support pyexcel-io v0.3.0
8896
#. initial release to see if xlsxwriter would write xlsx significantly faster
8997
than openpyxl

0 commit comments

Comments
 (0)