File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.1 .0
2+ current_version = 0.2 .0
33parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-dev(?P<dev>\d+))?
44serialize =
55 {major}.{minor}.{patch}-dev{dev}
Original file line number Diff line number Diff line change 11Revision History
22================
33
4+ 0.2.0 2018-12-08
5+
6+ - Allow `settings.PROJECT_HOME_NAMESPACE ` to be an actual URL, rather than just an internal namespace
7+
8+
490.1.0 2018-11-20
510
611- A collection of Django templatetags to flexibly incorporate links and breadcrumbs from app pages to the homepage of a project
Original file line number Diff line number Diff line change @@ -144,4 +144,4 @@ If ``settings.PROJECT_HOME_NAMESPACE`` is defined as ``'project_name:index_view'
144144 < / ol>
145145
146146
147- * Version 0.1 .0*
147+ * Version 0.2 .0*
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def read(*paths):
2424
2525setup (
2626 name = 'django-project-home-templatetags' ,
27- version = '0.1 .0' ,
27+ version = '0.2 .0' ,
2828 packages = ['project_home_tags' ],
2929 include_package_data = True ,
3030 license = 'BSD License' ,
You can’t perform that action at this time.
0 commit comments