Skip to content

Commit c6f0837

Browse files
committed
release 0.0.5
1 parent 782fdaa commit c6f0837

File tree

6 files changed

+12
-7
lines changed

6 files changed

+12
-7
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ python:
1616
- 3.5
1717
- 3.6
1818
before_install:
19-
- cd $HOME
20-
- "if [[ $TRAVIS_PYTHON_VERSION == 'pypy' ]]; then deactivate && wget https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-5.7.1-linux_x86_64-portable.tar.bz2 -O - | tar -jxf - && echo 'Setting up aliases...' && ln -s pypy-5.7.1-linux_x86_64-portable pypy2-latest && export PATH=$HOME/pypy2-latest/bin/:$PATH && virtualenv --no-site-packages --python ~/pypy2-latest/bin/pypy pypy2-env && echo 'Creating custom env...' && source pypy2-env/bin/activate && python -V; fi"
21-
- cd -
2219
- pip install pyramid==$PYRAMID_VERSION
2320
- if [[ $TRAVIS_PYTHON_VERSION == "2.6" ]]; then pip install flake8==2.6.2; fi
2421
- if [[ -f min_requirements.txt && "$MINREQ" -eq 1 ]]; then

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Change log
22
================================================================================
33

4+
0.0.5 - 20.07.2017
5+
--------------------------------------------------------------------------------
6+
7+
Updated
8+
********************************************************************************
9+
10+
#. adapt pyexcel-webio 0.1.2 which brings iget_records, iget_array,
11+
isave_to_database and isave_book_to_database.
12+
413
0.0.4 - 29.06.2017
514
--------------------------------------------------------------------------------
615

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
project = u'pyramid-excel'
2323
copyright = u'2015-2017 Onni Software Ltd.'
24-
version = '0.0.4'
24+
version = '0.0.5'
2525
release = '0.0.5'
2626
exclude_patterns = []
2727
pygments_style = 'sphinx'

docs/source/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
:Source code: http://github.com/pyexcel/pyramid-excel.git
1111
:Issues: http://github.com/pyexcel/pyramid-excel/issues
1212
:License: New BSD License
13-
:Development: |release|
1413
:Released: |version|
1514
:Generated: |today|
1615

pyramid_excel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ overrides: "pyexcel.yaml"
22
name: "pyramid-excel"
33
version: 0.0.5
44
current_version: 0.0.5
5-
release: 0.0.4
5+
release: 0.0.5
66
webframework: Pyramid
77
dependencies:
88
- pyexcel>=0.5.1.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
''
2020
)
2121
URL = 'https://github.com/pyexcel/pyramid-excel'
22-
DOWNLOAD_URL = '%s/archive/0.0.4.tar.gz' % URL
22+
DOWNLOAD_URL = '%s/archive/0.0.5.tar.gz' % URL
2323
FILES = ['README.rst', 'CHANGELOG.rst']
2424
KEYWORDS = [
2525
'API',

0 commit comments

Comments
 (0)