Skip to content

Commit a8bf381

Browse files
committed
Bump version to 1.5.0
1 parent 6248683 commit a8bf381

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,17 @@
5050

5151
# General information about the project.
5252
project = 'Pendulum'
53-
copyright = '2016, Sébastien Eustace'
53+
copyright = '2016-2018, Sébastien Eustace'
5454
author = 'Sébastien Eustace'
5555

5656
# The version info for the project you're documenting, acts as replacement for
5757
# |version| and |release|, also used in various other places throughout the
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = '1.4'
61+
version = '1.5'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '1.4.2'
63+
release = '1.5.0'
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.

pendulum/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
22

3-
VERSION = '1.4.4'
3+
VERSION = '1.5.0'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pendulum"
3-
version = "1.4.4"
3+
version = "1.5.0"
44
description = "Python datetimes made easy."
55

66
license = "MIT"

0 commit comments

Comments
 (0)