Skip to content

Commit ce38e31

Browse files
committed
Bump version 3.7.1
1 parent f4baa43 commit ce38e31

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

docs/changelog.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
Release history
22
###############
33

4-
Next release
5-
============
4+
3.7.1 (2017-01-10)
5+
==================
66

7-
- Nothing yet
7+
* Fix locale issues in Quickstart script
8+
* Specify encoding for README and CHANGELOG in setup.py
89

910
3.7.0 (2016-12-12)
1011
==================

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
exclude_patterns = ['_build']
2222
release = __version__
2323
version = '.'.join(release.split('.')[:1])
24-
last_stable = '3.7.0'
24+
last_stable = '3.7.1'
2525
rst_prolog = '''
2626
.. |last_stable| replace:: :pelican-doc:`{0}`
2727
'''.format(last_stable)

pelican/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
folder_watcher, maybe_pluralize)
2626
from pelican.writers import Writer
2727

28-
__version__ = "3.7.1.dev0"
28+
__version__ = "3.7.1"
2929
DEFAULT_CONFIG_NAME = 'pelicanconf.py'
3030
logger = logging.getLogger(__name__)
3131

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
setup(
3030
name='pelican',
31-
version='3.7.1.dev0',
31+
version='3.7.1',
3232
url='http://getpelican.com/',
3333
author='Alexis Metaireau',
3434
maintainer='Justin Mayer',

0 commit comments

Comments
 (0)