This website requires JavaScript.
Explore
Help
Register
Sign In
matthew
/
BrickTracker
Watch
1
Star
0
Fork
0
You've already forked BrickTracker
forked from
FrederikBaerentsen/BrickTracker
Code
Pull Requests
Activity
3d878ea7c5
BrickTracker
/
bricktracker
/
version.py
5 lines
97 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
__version__
:
Final
[
str
]
=
'
1.0.0
'
Separate bricktracker sets from rebrickable sets (dedup), introduce custom checkboxes
2025-01-24 10:36:24 +01:00
__database_version__
:
Final
[
int
]
=
6
Copy Permalink