Skip to content

Commit c6399d4

Browse files
committed
Bump version: 0.2.0 → 0.2.1
1 parent 78a0571 commit c6399d4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-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.2.0
2+
current_version = 0.2.1
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-dev(?P<dev>\d+))?
44
serialize =
55
{major}.{minor}.{patch}-dev{dev}

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,4 @@ If ``settings.PROJECT_HOME_NAMESPACE`` is defined as ``'project_name:index_view'
151151
</ol>
152152
153153
154-
*Version 0.2.0*
154+
*Version 0.2.1*

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.2.0',
27+
version='0.2.1',
2828
packages=['project_home_tags'],
2929
include_package_data=True,
3030
license='BSD License',

0 commit comments

Comments
 (0)