11[bumpversion]
2- current_version = 2.0.0a1
2+ current_version = 2.0.0
33parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.?)(?P<release>[a-z]*)(?P<relver>\d*)
44serialize =
5- {major}.{minor}.{patch}.{release}{relver}
6- {major}.{minor}.{patch}
5+ {major}.{minor}.{patch}.{release}{relver}
6+ {major}.{minor}.{patch}
77commit = True
88tag = True
99sign_tags = True
@@ -13,11 +13,11 @@ message = Release {new_version}
1313[bumpversion:part:release]
1414optional_value = gamma
1515values =
16- dev
17- a
18- b
19- rc
20- gamma
16+ dev
17+ a
18+ b
19+ rc
20+ gamma
2121
2222[bumpversion:file:meta/__init__.py]
2323
@@ -26,7 +26,7 @@ name = django-meta
2626version = attr: meta.__version__
2727url = https://github.com/nephila/django-meta
2828project_urls =
29- Documentation = https://django-meta.readthedocs.io/
29+ Documentation = https://django-meta.readthedocs.io/
3030author = Monwara LLC
3131author_email = branko@monwara.com
3232maintainer = Nephila
@@ -37,25 +37,25 @@ long_description_content_type = text/x-rst
3737license = BSD
3838license_file = LICENSE
3939classifiers =
40- Development Status :: 5 - Production/Stable
41- Framework :: Django
42- Framework :: Django :: 2.2
43- Framework :: Django :: 3.0
44- Environment :: Web Environment
45- Intended Audience :: Developers
46- License :: OSI Approved :: BSD License
47- Programming Language :: Python :: 3
48- Programming Language :: Python :: 3.5
49- Programming Language :: Python :: 3.6
50- Programming Language :: Python :: 3.7
51- Programming Language :: Python :: 3.8
40+ Development Status :: 5 - Production/Stable
41+ Framework :: Django
42+ Framework :: Django :: 2.2
43+ Framework :: Django :: 3.0
44+ Environment :: Web Environment
45+ Intended Audience :: Developers
46+ License :: OSI Approved :: BSD License
47+ Programming Language :: Python :: 3
48+ Programming Language :: Python :: 3.5
49+ Programming Language :: Python :: 3.6
50+ Programming Language :: Python :: 3.7
51+ Programming Language :: Python :: 3.8
5252
5353[options]
5454include_package_data = True
5555install_requires =
56- six
56+ six
5757setup_requires =
58- setuptools
58+ setuptools
5959packages = meta
6060python_requires = >=3.5
6161test_suite = cms_helper.run
@@ -67,7 +67,7 @@ meta = *.html *.png *.gif *js *jpg *jpeg *svg *py *mo *po
6767
6868[options.extras_require]
6969docs =
70- django<3.1
70+ django<3.1
7171
7272[upload]
7373repository = https://upload.pypi.org/legacy/
0 commit comments