Skip to content

Commit

Permalink
bumpversion config
Browse files Browse the repository at this point in the history
  • Loading branch information
breimers committed Apr 6, 2020
1 parent 5264d5e commit 17b196f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Django Kubernetes Manager 0.4.0
Django Kubernetes Manager 0.2.12
=================================


Expand Down
2 changes: 1 addition & 1 deletion kubernetes_manager/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.0"
__version__ = "0.2.12"
12 changes: 6 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[bumpversion]
current_version = 0.4.0
current_version = 0.2.12
commit = True
tag = True
tag_name = {new_version}
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
serialize =
serialize =
{major}.{minor}.{patch}-{release}
{major}.{minor}.{patch}

Expand All @@ -12,15 +13,15 @@ name = django-kubernetes-manager
version = 0.2.12
description = A Django app to manage kubernetes clusters and objects.
long_description = file: README.rst
project_urls =
project_urls =
Documentation = https://django-kubernetes-manager.readthedocs.io/en/latest/
Sponsor = https://introspectdata.com
Source = https://github.com/IntrospectData/django-kubernetes-manager
Tracker = https://github.com/IntrospectData/django-kubernetes-manager/issues
author = Bradley Reimers
author_email = bradley@introspectdata.com
license = MIT
classifiers =
classifiers =
Environment :: Web Environment
Framework :: Django
Framework :: Django :: 3.0
Expand All @@ -40,7 +41,7 @@ classifiers =
[options]
include_package_data = true
packages = find:
install_requires =
install_requires =
django_extensions
drf-yasg
djangorestframework
Expand All @@ -57,4 +58,3 @@ statistics = True
[bumpversion:file:setup.py]

[bumpversion:file:README.rst]

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from setuptools import setup

setup(version='0.4.0')
setup(version='0.2.12')

0 comments on commit 17b196f

Please sign in to comment.