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
286de5c33c
wagtail-birdsong
/
birdsong
/
version.py
3 lines
68 B
Python
Raw
Normal View
History
Unescape
Escape
smol cleanup, up minor version
2022-07-27 05:18:18 +00:00
version_info
=
(
1
,
1
,
0
)
isort
2020-06-15 05:30:08 +00:00
version
=
'
.
'
.
join
(
map
(
str
,
version_info
)
)