forked from github/pelican
Increment version to 3.1 in changelog and setup.py
This commit is contained in:
parent
440a68636b
commit
cadcfa43c3
2 changed files with 6 additions and 1 deletions
|
|
@ -1,6 +1,11 @@
|
|||
Release history
|
||||
###############
|
||||
|
||||
3.1 (XXXX-XX-XX)
|
||||
================
|
||||
|
||||
* Improve handling of links to intra-site resources
|
||||
|
||||
3.0 (2012-08-08)
|
||||
==================
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -19,7 +19,7 @@ entry_points = {
|
|||
|
||||
setup(
|
||||
name = "pelican",
|
||||
version = "3.0",
|
||||
version = "3.1",
|
||||
url = 'http://getpelican.com/',
|
||||
author = 'Alexis Metaireau',
|
||||
author_email = 'alexis@notmyidea.org',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue