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
961a1ffb28
wagtail-birdsong
/
birdsong
/
version.py
3 lines
68 B
Python
Raw
Normal View
History
Unescape
Escape
missing migration
2023-01-18 04:41:54 +00:00
version_info
=
(
1
,
1
,
1
)
isort
2020-06-15 05:30:08 +00:00
version
=
'
.
'
.
join
(
map
(
str
,
version_info
)
)