We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9d4c37 commit c2bd2d2Copy full SHA for c2bd2d2
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.3.0
+current_version = 0.3.1
3
commit = True
4
tag = True
5
tag_name = {new_version}
setup.py
@@ -22,7 +22,7 @@
22
23
setup(
24
name='templated_docs',
25
- version='0.3.0',
+ version='0.3.1',
26
description=('Generate PDF, MS Word and Excel documents from templates '
27
'in Django.'),
28
long_description=readme + '\n\n' + history,
templated_docs/__init__.py
@@ -24,7 +24,7 @@
import logging
log = logging.getLogger(__name__)
-__version__ = '0.3.0'
+__version__ = '0.3.1'
29
30
IMAGES_CONTEXT_KEY = '_templated_docs_imgs'
0 commit comments