mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
bump version number
This commit is contained in:
parent
822c63cbd7
commit
be2a3f4030
3 changed files with 7 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ from pelican.utils import (clean_output_dir, files_changed, file_changed,
|
|||
from pelican.writers import Writer
|
||||
|
||||
__major__ = 3
|
||||
__minor__ = 0
|
||||
__minor__ = 2
|
||||
__version__ = "{0}.{1}".format(__major__, __minor__)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue