Skip to content

Commit 9a8edc4

Browse files
committed
prepare for 0.0.4 release
1 parent 6517610 commit 9a8edc4

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
# built documents.
4646
#
4747
# The short X.Y version.
48-
version = '0.0.3'
48+
version = '0.0.4'
4949
# The full version, including alpha/beta/rc tags.
50-
release = '0.0.3'
50+
release = '0.0.4'
5151

5252
# The language for content autogenerated by Sphinx. Refer to documentation
5353
# for a list of supported languages.

moban.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
overrides: "pyexcel.yaml"
22
name: "django-excel"
3-
version: 0.0.3
3+
version: 0.0.4
44
webframework: Django
55
dependencies:
66
- pyexcel>=0.2.0
7-
- pyexcel-webio>=0.0.5
7+
- pyexcel-webio>=0.0.6
88
- Django>=1.7.1
99
extra_dependencies:
1010
- xls:

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pyexcel>=0.2.0
2-
pyexcel-webio>=0.0.5
2+
pyexcel-webio>=0.0.6
33
Django>=1.7.1

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
dependencies = [
1212
'pyexcel>=0.2.0',
13-
'pyexcel-webio>=0.0.5',
13+
'pyexcel-webio>=0.0.6',
1414
'Django>=1.7.1',
1515
]
1616

@@ -24,7 +24,7 @@
2424
setup(
2525
name='django-excel',
2626
author='C. W.',
27-
version='0.0.3',
27+
version='0.0.4',
2828
author_email='wangc_2011 (at) hotmail.com',
2929
url='https://github.com/pyexcel/django-excel',
3030
description='A django middleware that provides one application programming interface to read and write data in different excel file formats',

0 commit comments

Comments
 (0)