This website requires JavaScript.
Explore
Help
Sign In
sh-edraft.de
/
sh_cpl
Watch
1
Star
1
Fork
0
You've already forked sh_cpl
Code
Issues
4
Pull Requests
1
Actions
Packages
Projects
1
Releases
12
Wiki
Activity
68c136a16f
sh_cpl
/
src_old
/
sh_edraft
/
coding
/
model
/
version_enum.py
9 lines
110 B
Python
Raw
Normal View
History
Unescape
Escape
Improved and finished publish library
2020-11-21 12:51:05 +01:00
from
enum
import
Enum
class
VersionEnum
(
Enum
)
:
Improved publisher
2020-12-15 17:27:52 +01:00
Major
=
'
Major
'
Minor
=
'
Minor
'
Micro
=
'
Micro
'
Reference in New Issue
Copy Permalink