Skip to content

Commit

Permalink
Bump version: 3.1.2 → 3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jackzzs committed Nov 26, 2023
1 parent 010daa2 commit e95b950
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
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 = 3.1.2
current_version = 3.1.3
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion .github/RELEASE_BODY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

1.

**Full Changelog**: https://github.com/embykeeper/embykeeper/compare/v0.0.0...v3.1.2
**Full Changelog**: https://github.com/embykeeper/embykeeper/compare/v0.0.0...v3.1.3
4 changes: 2 additions & 2 deletions .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
- 'v*'

env:
WIN_SCRIPT_ZIP_NAME: 'embykeeper-win-v3.1.2.zip'
WIN_GUI_EXE_NAME: 'embykeeper-win-v3.1.2.exe'
WIN_SCRIPT_ZIP_NAME: 'embykeeper-win-v3.1.3.zip'
WIN_GUI_EXE_NAME: 'embykeeper-win-v3.1.3.exe'

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion deploy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM embykeeper/embykeeper:v3.1.2
FROM embykeeper/embykeeper:v3.1.3
2 changes: 1 addition & 1 deletion embykeeper/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__author__ = {
"jackzzs": "jackzzs@outlook.com",
}
__version__ = "3.1.2"
__version__ = "3.1.3"
__url__ = "https://github.com/embykeeper/embykeeper"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "embykeeper"
version = "3.1.2"
version = "3.1.3"
authors = [
{name = "jackzzs", email = "jackzzs@outlook.com"},
]
Expand Down
2 changes: 1 addition & 1 deletion windows/installer-script/script/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
embykeeper==3.1.2
embykeeper==3.1.3

0 comments on commit e95b950

Please sign in to comment.