Skip to content

Commit 6b9b657

Browse files
committed
release version is actuall 0.0.5
1 parent 1344d31 commit 6b9b657

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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'Flask-Excel'
1818
copyright = u'2015-2016 Onni Software Ltd.'
19-
version = '0.0.6'
20-
release = '0.0.5'
19+
version = '0.0.5'
20+
release = '0.0.4'
2121
exclude_patterns = []
2222
pygments_style = 'sphinx'
2323
import sys # noqa

flask_excel.yaml

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

setup.py

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

88
NAME = 'Flask-Excel'
99
AUTHOR = 'C.W.'
10-
VERSION = '0.0.6'
10+
VERSION = '0.0.5'
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)