Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Stoelindeling
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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-Stoelindeling
Commits
1bcd100b
Verified
Commit
1bcd100b
authored
2 years ago
by
Jonathan Weth
Browse files
Options
Downloads
Patches
Plain Diff
Bump version to 1.0
parent
8f4470b3
No related branches found
Branches containing commit
Tags
1.0
Tags containing commit
1 merge request
!11
Do release 1.0
Pipeline
#76248
passed with warnings
2 years ago
Stage: prepare
Stage: test
Stage: build
Stage: publish
Stage: docker
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG.rst
+6
-4
6 additions, 4 deletions
CHANGELOG.rst
README.rst
+4
-2
4 additions, 2 deletions
README.rst
docs/conf.py
+2
-2
2 additions, 2 deletions
docs/conf.py
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
with
13 additions
and
9 deletions
CHANGELOG.rst
+
6
−
4
View file @
1bcd100b
...
...
@@ -7,17 +7,19 @@ The format is based on `Keep a Changelog`_,
and this project adheres to `Semantic Versioning`_.
`
0.1
`_
`
1.0
`_
------
Added
~~~~~
* Initial release.
* Add views for creating and managing seating plans for different groups in different rooms.
* Make these plans available in the class register.
* Allow customizing plans for individual combinations of groups, subjects and rooms.
* Add preliminary and incomplete translation to Ukrainian.
.. _Keep a Changelog: https://keepachangelog.com/en/1.0.0/
.. _Semantic Versioning: https://semver.org/spec/v2.0.0.html
.. _
0.1
: https://edugit.org/AlekSIS/official//AlekSIS-App-Stoelindeling/-/tags/
0.1
.. _
1.0
: https://edugit.org/AlekSIS/official//AlekSIS-App-Stoelindeling/-/tags/
1.0
This diff is collapsed.
Click to expand it.
README.rst
+
4
−
2
View file @
1bcd100b
AlekSIS (School Information System) — App Stoelindeling (Create and publish seating plans)
==========================================================================================
========
==========================================================================================
AlekSIS
-------
...
...
@@ -9,7 +9,9 @@ This is an application for use with the `AlekSIS®`_ platform.
Features
--------
The author of this app did not describe it yet.
* Create and manage seating plans for different groups in different rooms.
* Make these plans available in the class register.
* Allow customizing plans for individual combinations of groups, subjects and rooms.
Licence
-------
...
...
This diff is collapsed.
Click to expand it.
docs/conf.py
+
2
−
2
View file @
1bcd100b
...
...
@@ -29,9 +29,9 @@ copyright = "2018-2022 The AlekSIS team"
author
=
"
The AlekSIS Team
"
# The short X.Y version
version
=
"
0.1
"
version
=
"
1.0
"
# The full version, including alpha/beta/rc tags
release
=
"
0.1
"
release
=
"
1.0
"
# -- General configuration ---------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
1bcd100b
[tool.poetry]
name
=
"AlekSIS-App-Stoelindeling"
version
=
"
0.1
"
version
=
"
1.0
"
packages
=
[
{
include
=
"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