mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Use .dev suffix for development versions
This commit is contained in:
parent
1fad70e5b9
commit
d11b33030f
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ from pelican.writers import Writer
|
|||
__major__ = 3
|
||||
__minor__ = 2
|
||||
__micro__ = 0
|
||||
__version__ = "{0}.{1}.{2}".format(__major__, __minor__, __micro__)
|
||||
__version__ = "{0}.{1}.{2}.dev".format(__major__, __minor__, __micro__)
|
||||
|
||||
DEFAULT_CONFIG_NAME = 'pelicanconf.py'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue