Skip to content

Commit 8c7fde3

Browse files
author
Jafnee
committed
Bump version to v0.4.0
1 parent bf7f3cf commit 8c7fde3

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
lines changed

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.4
2+
current_version = 0.4.0
33
commit = True
44
tag = True
55
tag_name = {new_version}
@@ -17,4 +17,3 @@ universal = 1
1717

1818
[flake8]
1919
exclude = docs
20-

setup.py

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323

2424
setup(
2525
name='jpt-templated-docs',
26-
version='0.3.4',
26+
version='0.4.0',
2727
description=('Generate PDF, MS Word and Excel documents from templates '
2828
'in Django.'),
2929
long_description=readme + '\n\n' + history,
30-
author="Sian Lerk Lau",
31-
author_email='kiawin@gmail.com',
30+
author="Jewel Paymentech",
31+
author_email='jafnee.jesmee@jewelpaymentech.com',
3232
url='https://github.com/jptd/templated-docs',
3333
packages=find_packages(),
3434
include_package_data=True,
@@ -41,12 +41,7 @@
4141
'Intended Audience :: Developers',
4242
'License :: OSI Approved :: MIT License',
4343
'Natural Language :: English',
44-
'Programming Language :: Python :: 2',
45-
'Programming Language :: Python :: 2.7',
4644
'Programming Language :: Python :: 3',
47-
'Programming Language :: Python :: 3.3',
48-
'Programming Language :: Python :: 3.4',
49-
'Programming Language :: Python :: 3.5',
5045
'Programming Language :: Python :: 3.6',
5146
'Programming Language :: Python :: 3.7',
5247
],

templated_docs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
import logging
2525
log = logging.getLogger(__name__)
2626

27-
__version__ = '0.3.4'
27+
__version__ = '0.4.0'
2828

2929

3030
IMAGES_CONTEXT_KEY = '_templated_docs_imgs'

0 commit comments

Comments
 (0)