This website requires JavaScript.
Explore
Help
Register
Sign In
FrederikBaerentsen
/
BrickTracker
Watch
4
Star
6
Fork
6
You've already forked BrickTracker
Code
Issues
13
Pull Requests
2
Actions
Packages
Projects
1
Releases
4
Wiki
Activity
cb58ef83cc
BrickTracker
/
bricktracker
/
version.py
5 lines
98 B
Python
Raw
Normal View
History
Unescape
Escape
Incremental forward upgrades of the database
2025-01-20 17:43:15 +01:00
from
typing
import
Final
Update versions and changelog
2025-01-27 23:24:16 +01:00
__version__
:
Final
[
str
]
=
'
1.2.0
'
Deduplicated parts and missing parts
2025-01-28 19:18:51 +01:00
__database_version__
:
Final
[
int
]
=
11
Reference in New Issue
Copy Permalink