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
e9e19c0db5
wagtail-birdsong
/
birdsong
/
version.py
3 lines
68 B
Python
Raw
Normal View
History
Unescape
Escape
Do actually preserve_default
2020-06-26 05:23:06 +00:00
version_info
=
(
0
,
1
,
2
)
isort
2020-06-15 05:30:08 +00:00
version
=
'
.
'
.
join
(
map
(
str
,
version_info
)
)