Skip to content

Commit 9fc943f

Browse files
committed
start 0.0.6
1 parent 263d201 commit 9fc943f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

django_excel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
overrides: "pyexcel.yaml"
22
name: "django-excel"
3-
version: 0.0.5
4-
release: 0.0.4
3+
version: 0.0.6
4+
release: 0.0.5
55
webframework: Django
66
dependencies:
77
- pyexcel>=0.2.2

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
project = u'django-excel'
1818
copyright = u'2015-2016 Onni Software Ltd.'
19-
version = '0.0.4'
20-
release = '0.0.5'
19+
version = '0.0.5'
20+
release = '0.0.6'
2121
exclude_patterns = []
2222
pygments_style = 'sphinx'
2323
import os # noqa

setup.py

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

88
NAME = 'django-excel'
99
AUTHOR = 'C.W.'
10-
VERSION = '0.0.5'
10+
VERSION = '0.0.6'
1111
EMAIL = 'wangc_2011 (at) hotmail.com'
1212
LICENSE = 'New BSD'
1313
PACKAGES = find_packages(exclude=['ez_setup', 'examples', 'tests'])

0 commit comments

Comments
 (0)