File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5050
5151# General information about the project.
5252project = 'Pendulum'
53- copyright = '2016, Sébastien Eustace'
53+ copyright = '2016-2018 , Sébastien Eustace'
5454author = '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.
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22
3- VERSION = '1.4.4 '
3+ VERSION = '1.5.0 '
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pendulum"
3- version = " 1.4.4 "
3+ version = " 1.5.0 "
44description = " Python datetimes made easy."
55
66license = " MIT"
You can’t perform that action at this time.
0 commit comments