Skip to content

Commit d4396f4

Browse files
committed
Merge branch 'release/0.2.0' into develop
2 parents e7e14f2 + 9c81aac commit d4396f4

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.0
2+
current_version = 0.2.0
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-dev(?P<dev>\d+))?
44
serialize =
55
{major}.{minor}.{patch}-dev{dev}

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Revision 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+
49
0.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

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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*

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def read(*paths):
2424

2525
setup(
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',

0 commit comments

Comments
 (0)