Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7947988

Browse files
🔖 Bump version: 0.1.0 → 1.0.0
1 parent 1950290 commit 7947988

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.1.0
2+
current_version = 1.0.0
33
commit = True
44
tag = True
55
message = 🔖 Bump version: {current_version} → {new_version}

‎docs/conf.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
author = "stefanitsky"
2222

2323
# The full version, including alpha/beta/rc tags
24-
release = "0.1.0"
24+
release = "1.0.0"
2525

2626

2727
# -- General configuration ---------------------------------------------------

‎gitlab_webhooks/__init__.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
default_app_config = "gitlab_webhooks.apps.GitlabWebhooksConfig"
2-
__version__ = "0.1.0"
2+
__version__ = "1.0.0"

‎pyproject.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
44

55
[tool.poetry]
66
name = "django-gitlab-webhooks"
7-
version = "0.1.0"
7+
version = "1.0.0"
88
description = "Gitlab webhooks for Django."
99
authors = ["stefanitsky <stefanitsky.mozdor@gmail.com>"]
1010
readme = "README.rst"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /