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 50
50
51
51
# General information about the project.
52
52
project = 'Pendulum'
53
- copyright = '2016, Sébastien Eustace'
53
+ copyright = '2016-2018 , Sébastien Eustace'
54
54
author = 'Sébastien Eustace'
55
55
56
56
# The version info for the project you're documenting, acts as replacement for
57
57
# |version| and |release|, also used in various other places throughout the
58
58
# built documents.
59
59
#
60
60
# The short X.Y version.
61
- version = '1.4 '
61
+ version = '1.5 '
62
62
# The full version, including alpha/beta/rc tags.
63
- release = '1.4.2 '
63
+ release = '1.5.0 '
64
64
65
65
# The language for content autogenerated by Sphinx. Refer to documentation
66
66
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
3
- VERSION = '1.4.4 '
3
+ VERSION = '1.5.0 '
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " pendulum"
3
- version = " 1.4.4 "
3
+ version = " 1.5.0 "
4
4
description = " Python datetimes made easy."
5
5
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments