Skip to content

Commit f956d18

Browse files
committed
[Feat] release version 0.3.0
1 parent e8c9c60 commit f956d18

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

HISTORY.rst

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
History
44
-------
55

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+
611
0.2.2 (2019-05-19)
712
++++++++++++++++++
813

django_db_comments/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '0.2.1'
1+
__version__ = '0.3.0'
22

33
default_app_config = 'django_db_comments.apps.DjangoDbCommentsConfig'

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.1
2+
current_version = 0.3.0
33
commit = True
44
tag = True
55

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from distutils.core import setup
1010

1111

12-
version = '0.2.2'
12+
version = '0.3.0'
1313

1414

1515
if sys.argv[-1] == 'publish':

0 commit comments

Comments
 (0)