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
3
Wiki
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
Reference in New Issue
Copy Permalink