You've already forked snikket-web-portal
Compare commits
3 Commits
beta.20211
...
v2021.06r1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1da45395c2 | ||
|
|
7dde3a1128 | ||
|
|
934976c114 |
@@ -1,5 +1,11 @@
|
|||||||
# Snikket Web Portal
|
# Snikket Web Portal
|
||||||
|
|
||||||
|
This is the web component of a [Snikket service](https://snikket.org/service/)
|
||||||
|
that allows users to manage accounts, and administrators to manage the
|
||||||
|
service. For general setup, see the [Snikket install
|
||||||
|
guide](https://snikket.org/service/quickstart/). For developers working on
|
||||||
|
Snikket, see the development quickstart below.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Development quickstart
|
## Development quickstart
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
version_info = (0, 2, 1, None)
|
version_info = (0, 2, 2, None)
|
||||||
version = (
|
version = (
|
||||||
".".join(map(str, version_info[:3])) +
|
".".join(map(str, version_info[:3])) +
|
||||||
(f"-{version_info[3]}" if version_info[3] else "")
|
(f"-{version_info[3]}" if version_info[3] else "")
|
||||||
|
|||||||
Reference in New Issue
Block a user