Skip to content

Commit

Permalink
πŸ”– Bump version: 0.1.0 β†’ 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanitsky committed Jun 14, 2020
1 parent e0e5b2f commit 2fc69d0
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion github_webhooks/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.1.1"
42 changes: 21 additions & 21 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
[bumpversion]
current_version = 0.1.1
commit = True
tag = True
message = πŸ”– Bump version: {current_version} β†’ {new_version}

[metadata]
name = django-github-webhooks
version = 0.1
Expand All @@ -7,32 +13,26 @@ url = https://github.com/OpenWiden/django-github-webhooks
author = stefanitsky
author_email = stefanitsky.mozdor@gmail.com
license = MIT
classifiers =
Environment :: Web Environment
Framework :: Django
Framework :: Django :: 3.0
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content
classifiers =
Environment :: Web Environment
Framework :: Django
Framework :: Django :: 3.0
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content

[options]
include_package_data = true
packages = find:

[bumpversion]
current_version = 0.1.0
commit = True
tag = True
message = πŸ”– Bump version: {current_version} β†’ {new_version}

[bumpversion:file:setup.py]
search = version="{current_version}"
replace = version="{new_version}"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name="django-github-webhooks",
version="0.1.0",
version="0.1.1",
author="Alexandr Stefanitsky-Mozdor",
author_email="stefanitsky.mozdor@gmail.com",
description="Django GitHub webhooks",
Expand Down

0 comments on commit 2fc69d0

Please sign in to comment.