Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔖 From dev → Bump version: v1.0.5-dev into test #11

Merged
merged 2 commits into from
Nov 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.4
current_version = 1.0.5
commit = True
tag = False

Expand Down
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

blank_issues_enabled: false
contact_links:
- name: GitHub CICD Template Community Support
url: https://github.com/JuanVilla424/github-cicd-template/discussions
- name: Langding Community Support
url: https://github.com/JuanVilla424/langding/discussions
about: Please ask and answer questions here.
- name: GitHub CICD Template Security Reports
url: https://juanvilla424.github.io/github-cicd-template/SECURITY
- name: Langding Security Reports
url: https://juanvilla424.github.io/langding/SECURITY
about: Please report security vulnerabilities here.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langding"
version = "1.0.4"
version = "1.0.5"
description = "Langding is an AI driven landing auto-translate site."
authors = ["B <[email protected]>"]
license = "GLPv3"
Expand Down