We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8c9c60 commit f956d18Copy full SHA for f956d18
HISTORY.rst
@@ -3,6 +3,11 @@
3
History
4
-------
5
6
+0.3.0 (2021-08-02)
7
+++++++++++++++++++
8
+
9
+* Add comments to tables based on verbose_name of model. (PR #5 by @ssatoh17)
10
11
0.2.2 (2019-05-19)
12
++++++++++++++++++
13
django_db_comments/__init__.py
@@ -1,3 +1,3 @@
1
-__version__ = '0.2.1'
+__version__ = '0.3.0'
2
default_app_config = 'django_db_comments.apps.DjangoDbCommentsConfig'
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 0.2.1
+current_version = 0.3.0
commit = True
tag = True
setup.py
@@ -9,7 +9,7 @@
from distutils.core import setup
-version = '0.2.2'
+version = '0.3.0'
14
15
if sys.argv[-1] == 'publish':
0 commit comments