Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
evolve
Manage
Activity
Members
Labels
Code
Merge requests
30
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
This instance will be upgraded to Heptapod 17.7.0rc1 on 2025-01-23 between 18:00 and 19:00 UTC+2
Show more breadcrumbs
mercurial
evolve
Merge requests
!112
Wrap all Exceptions in forcebytestr before formatting! Fixes: #6
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Wrap all Exceptions in forcebytestr before formatting! Fixes: #6
topic/default/py3-exceptions
into
branch/default
Overview
5
Commits
3
Pipelines
7
Changes
7
Closed
Will Stott
requested to merge
topic/default/py3-exceptions
into
branch/default
4 years ago
Overview
5
Commits
3
Pipelines
7
Changes
7
Expand
👍
0
👎
0
Merge request reports
Compare
branch/default
version 6
f6525714
4 years ago
version 5
12bef3b4
4 years ago
version 4
2058a2af
4 years ago
version 3
e865063e
4 years ago
version 2
aa0ef8e0
4 years ago
version 1
e518b4b9
4 years ago
branch/default (base)
and
latest version
latest version
4fef6b15
3 commits,
4 years ago
version 6
f6525714
1 commit,
4 years ago
version 5
12bef3b4
1 commit,
4 years ago
version 4
2058a2af
1 commit,
4 years ago
version 3
e865063e
1 commit,
4 years ago
version 2
aa0ef8e0
1 commit,
4 years ago
version 1
e518b4b9
1 commit,
4 years ago
7 files
+
42
−
11
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
.gitlab/issue_templates/new-version.md
+
1
−
0
Options
@@ -17,6 +17,7 @@ Releasing
*
[ ] update the
`__version__`
field of all relevant extensions
*
[ ] create a new Debian entry
*
[ ] tag the version
*
[ ] move the
`@`
bookmark on the new tag
*
[ ] push/publish the tag to the main repository
*
[ ] upload the tarball to PyPI
*
[ ] add
`.dev`
to the
`__version__`
field
Loading