File tree Expand file tree Collapse file tree 4 files changed +5
-10
lines changed Expand file tree Collapse file tree 4 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
3
4
- ## [ Unreleased ]
4
+ ## [ 1.0.0 ]
5
5
6
6
### Changed
7
7
@@ -302,7 +302,7 @@ This version causes major breaking API changes to simplify it and making it more
302
302
Initial release
303
303
304
304
305
- [ Unreleased ] : https://github.com/sdispater/pendulum/compare/0.8.0...develop
305
+ [ 1.0.0 ] : https://github.com/sdispater/pendulum/releases/tag/1.0.0
306
306
[ 0.8.0 ] : https://github.com/sdispater/pendulum/releases/tag/0.8.0
307
307
[ 0.7.0 ] : https://github.com/sdispater/pendulum/releases/tag/0.7.0
308
308
[ 0.6.6 ] : https://github.com/sdispater/pendulum/releases/tag/0.6.6
Original file line number Diff line number Diff line change 1
1
Introduction
2
2
============
3
3
4
- .. warning ::
5
-
6
- Pendulum is still in development, so expect (not to many I hope) breaking API changes in
7
- the future.
8
-
9
4
Pendulum is a Python package to ease datetimes manipulation.
10
5
11
6
It is heavily inspired by `Carbon <http://carbon.nesbot.com >`_ for PHP.
Original file line number Diff line number Diff line change 58
58
# built documents.
59
59
#
60
60
# The short X.Y version.
61
- version = '0.8 '
61
+ version = '1.0 '
62
62
# The full version, including alpha/beta/rc tags.
63
- release = '0.8 .0'
63
+ release = '1.0 .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 = '0.8 .0'
3
+ VERSION = '1.0 .0'
You can’t perform that action at this time.
0 commit comments