Skip to content

Commit

Permalink
📚 sychronize with pyexcel-commons
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Jul 26, 2017
1 parent 1bb05af commit 3528414
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 10 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ Updated
use cString by default


0.4.3 - unreleased
--------------------------------------------------------------------------------

Updated
********************************************************************************

#. `#41 <https://github.com/pyexcel/pyexcel-io/issues/41>`_, walk away gracefully
when mmap is not available.

0.4.2 - 05.07.2017
--------------------------------------------------------------------------------

Expand Down
12 changes: 7 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ sqlalchemy supported databases. Its supported file formats are extended to cover
`pyexcel-ods3`_ ods `ezodf`_, 2.6, 2.7, 3.3, 3.4
lxml 3.5, 3.6
`pyexcel-ods`_ ods `odfpy`_ same as above
`pyexcel-odsr`_ ods(read only) lxml same as above
`pyexcel-odsr`_ read only for ods, fods lxml same as above
`pyexcel-htmlr`_ html(read only) lxml,html5lib same as above
======================== ======================= =============== ==================

Expand Down Expand Up @@ -149,9 +149,9 @@ and update CHANGELOG.rst.
.. note::

As to rnd_requirements.txt, usually, it is created when a dependent
library is not released. Once the dependecy is installed
(will be released), the future
version of the dependency in the requirements.txt will be valid.
library is not released. Once the dependecy is installed
(will be released), the future
version of the dependency in the requirements.txt will be valid.


How to test your contribution
Expand All @@ -173,6 +173,7 @@ How to update test environment and update documentation
Additional steps are required:

#. pip install moban
#. git clone https://github.com/pyexcel/setupmobans.git # generic setup
#. git clone https://github.com/pyexcel/pyexcel-commons.git commons
#. make your changes in `.moban.d` directory, then issue command `moban`

Expand All @@ -193,11 +194,12 @@ Acceptance criteria
#. Has all code lines tested
#. Passes all Travis CI builds
#. Has fair amount of documentation if your change is complex
#. Please update CHANGELOG.rst
#. Please add yourself to CONTRIBUTORS.rst
#. Agree on NEW BSD License for your contribution




License
================================================================================

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
project = u'pyexcel-io'
copyright = u'2015-2017 Onni Software Ltd.'
version = '0.4.2'
release = '0.4.2'
release = '0.4.3'
exclude_patterns = []
pygments_style = 'sphinx'
html_theme = 'default'
Expand Down
3 changes: 2 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
:Source code: http://github.com/pyexcel/pyexcel-io.git
:Issues: http://github.com/pyexcel/pyexcel-io/issues
:License: New BSD License
:Development: |release|
:Released: |version|
:Generated: |today|

Expand Down Expand Up @@ -76,7 +77,7 @@ For individual excel file formats, please install them as you wish:
`pyexcel-ods3`_ ods `ezodf`_, 2.6, 2.7, 3.3, 3.4
lxml 3.5, 3.6
`pyexcel-ods`_ ods `odfpy`_ same as above
`pyexcel-odsr`_ ods(read only) lxml same as above
`pyexcel-odsr`_ read only for ods, fods lxml same as above
`pyexcel-htmlr`_ html(read only) lxml,html5lib same as above
======================== ======================= =============== ==================

Expand Down
4 changes: 2 additions & 2 deletions pyexcel_io.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
overrides: "pyexcel.yaml"
name: "pyexcel-io"
nick_name: io
version: 0.4.2
current_version: 0.4.2
version: 0.4.3
current_version: 0.4.3
release: 0.4.2
dependencies:
- ordereddict;python_version<"2.7"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

NAME = 'pyexcel-io'
AUTHOR = 'C.W.'
VERSION = '0.4.2'
VERSION = '0.4.3'
EMAIL = 'wangc_2011@hotmail.com'
LICENSE = 'New BSD'
DESCRIPTION = (
Expand Down

0 comments on commit 3528414

Please sign in to comment.