Skip to content

Commit

Permalink
Bump version: 0.4.5 → 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
breimers committed Apr 28, 2020
1 parent 48c7239 commit 62c263d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -18,7 +18,7 @@


=================================
Django Kubernetes Manager 0.4.5
Django Kubernetes Manager 0.4.6
=================================

Django Kubernetes Manager is an open source project to wrap the complexity of Kubernetes management in the simplicity of Django Rest Framework.
Expand Down
2 changes: 1 addition & 1 deletion kubernetes_manager/__init__.py
@@ -1,2 +1,2 @@
__version__ = "0.4.5"
__version__ = "0.4.6"
default_app_config = "kubernetes_manager.apps.KubernetesManagerConfig"
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.5
current_version = 0.4.6
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,3 +1,3 @@
from setuptools import setup

setup(version='0.4.5')
setup(version='0.4.6')

0 comments on commit 62c263d

Please sign in to comment.