Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Untis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-App-Untis
Commits
770064ac
Verified
Commit
770064ac
authored
2 years ago
by
Nik | Klampfradler
Browse files
Options
Downloads
Patches
Plain Diff
Bump version to 3.0.dev0 and depend on 3.0 core and chronos
parent
6e377815
No related branches found
No related tags found
1 merge request
!153
Draft: Introduce GraphQL/Vue.js
Pipeline
#85451
passed
2 years ago
Stage: prepare
Stage: test
Stage: build
Stage: publish
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/conf.py
+2
-2
2 additions, 2 deletions
docs/conf.py
pyproject.toml
+3
-3
3 additions, 3 deletions
pyproject.toml
tox.ini
+1
-1
1 addition, 1 deletion
tox.ini
with
6 additions
and
6 deletions
docs/conf.py
+
2
−
2
View file @
770064ac
...
...
@@ -29,9 +29,9 @@ copyright = "2018-2022 The AlekSIS team"
author
=
"
The AlekSIS Team
"
# The short X.Y version
version
=
"
2.3
"
version
=
"
3.0
"
# The full version, including alpha/beta/rc tags
release
=
"
2.
3.
2
.dev0
"
release
=
"
3.
0
.dev0
"
# -- General configuration ---------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
3
−
3
View file @
770064ac
[tool.poetry]
name
=
"AlekSIS-App-Untis"
version
=
"
2.
3.
2
.dev0"
version
=
"3.
0
.dev0"
packages
=
[
{
include
=
"aleksis"
}
]
...
...
@@ -41,8 +41,8 @@ python = "^3.9"
mysqlclient
=
"^2.0.0"
tqdm
=
"^4.44.1"
defusedxml
=
"^0.7.0"
aleksis-core
=
"^
2.8
"
aleksis-app-chronos
=
"^
2.4
"
aleksis-core
=
"^
3.0.dev1
"
aleksis-app-chronos
=
"^
3.0.dev0
"
[tool.poetry.dev-dependencies]
aleksis-builddeps
=
"*"
...
...
This diff is collapsed.
Click to expand it.
tox.ini
+
1
−
1
View file @
770064ac
...
...
@@ -10,7 +10,7 @@ skip_install = true
envdir
=
{toxworkdir}/globalenv
commands_pre
=
poetry
install
poetry
run
aleksis-admin
yarn
install
poetry
run
aleksis-admin
webpack_bundle
poetry
run
aleksis-admin
collectstatic
--no-input
commands
=
poetry
run
pytest
--cov
=
. {posargs} aleksis/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment