Skip to content

Commit 3e65327

Browse files
committed
Baseline for 0.0.2
1 parent 489ca63 commit 3e65327

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

doc/source/conf.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@
4949

5050
# General information about the project.
5151
project = u'django-excel'
52-
copyright = u'2015, C. W.'
52+
copyright = u'2015 by Onni Software Ltd.'
5353

5454
# The version info for the project you're documenting, acts as replacement for
5555
# |version| and |release|, also used in various other places throughout the
5656
# built documents.
5757
#
5858
# The short X.Y version.
59-
version = '0.0.1'
59+
version = '0.0.2'
6060
# The full version, including alpha/beta/rc tags.
61-
release = '0.0.1'
61+
release = '0.0.2'
6262

6363
# The language for content autogenerated by Sphinx. Refer to documentation
6464
# for a list of supported languages.
@@ -202,7 +202,7 @@
202202
# author, documentclass [howto, manual, or own class]).
203203
latex_documents = [
204204
('index', 'django-excel.tex', u'django-excel Documentation',
205-
u'C. W.', 'manual'),
205+
u'Onni Software Ltd.', 'manual'),
206206
]
207207

208208
# The name of an image file (relative to this directory) to place at the top of
@@ -232,7 +232,7 @@
232232
# (source start file, name, description, authors, manual section).
233233
man_pages = [
234234
('index', 'django-excel', u'django-excel Documentation',
235-
[u'C. W.'], 1)
235+
[u'Onni Software ltd.'], 1)
236236
]
237237

238238
# If true, show URL addresses after external links.
@@ -246,7 +246,7 @@
246246
# dir menu entry, description, category)
247247
texinfo_documents = [
248248
('index', 'django-excel', u'django-excel Documentation',
249-
u'C. W.', 'django-excel', 'One line description of project.',
249+
u'Onni Software Ltd.', 'django-excel', 'One line description of project.',
250250
'Miscellaneous'),
251251
]
252252

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
setup(
1717
name='django-excel',
1818
author="C. W.",
19-
version='0.0.1',
19+
version='0.0.2',
2020
author_email="wangc_2011@hotmail.com",
2121
url="https://github.com/chfw/django-excel",
2222
description='A django library to read, manipulate and write data in different excel formats: csv, ods, xls, xlsx and xlsm.',

0 commit comments

Comments
 (0)