Skip to content

Commit a68a339

Browse files
committed
additional arrangement for #22: 1. increment the version, 2. update copyright so that at least contributor had a share of the copyright under new bsd.
1 parent 8c76994 commit a68a339

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

README.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,16 @@ On Windows systems, please issue this command::
256256

257257
> test.bat
258258

259+
Acceptance criteria
260+
-------------------
261+
262+
#. Has Test cases written
263+
#. Has all code lines tested
264+
#. Passes all Travis CI builds
265+
#. Has fair amount of documentation if your change is complex
266+
#. Agree on NEW BSD License for your contribution
267+
268+
259269

260270
License
261271
================================================================================

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
project = u'Flask-Excel'
2222
copyright = u'2015-2017 Onni Software Ltd.'
2323
version = '0.0.5'
24-
release = '0.0.5'
24+
release = '0.0.6'
2525
exclude_patterns = []
2626
pygments_style = 'sphinx'
2727
import sys # noqa

flask_excel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
overrides: "pyexcel.yaml"
22
name: "Flask-Excel"
3-
version: 0.0.5
3+
version: 0.0.6
44
release: 0.0.5
55
webframework: Flask
66
dependencies:

flask_excel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
A flask extension that provides one application programming interface
66
to read and write data in different excel file formats
77
8-
:copyright: (c) 2015 by Onni Software Ltd.
8+
:copyright: (c) 2015-2017 by Onni Software Ltd and its contributors
99
:license: New BSD License
1010
"""
1111
try:

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.5'
10+
VERSION = ''
1111
EMAIL = 'wangc_2011@hotmail.com'
1212
LICENSE = 'New BSD'
1313
DESCRIPTION = (

0 commit comments

Comments
 (0)