This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
wagtail-birdsong
mirror of
https://github.com/neon-jungle/wagtail-birdsong.git
Watch
1
Star
1
Fork
You've already forked wagtail-birdsong
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
wagtail-birdsong
/
birdsong
/
version.py
3 lines
68 B
Python
Raw
Permalink
Normal View
History
Unescape
Escape
Up version, fix tests + isort
2024-05-10 06:07:32 +00:00
version_info
=
(
2
,
0
,
0
)
fixup migrations and up version
2023-01-22 23:59:20 +00:00
version
=
"
.
"
.
join
(
map
(
str
,
version_info
)
)