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
fa3a321b9e
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
'
Compute and display number of parts for minifigures
2025-02-03 10:35:42 +01:00
__database_version__
:
Final
[
int
]
=
15
Reference in New Issue
Copy Permalink