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 11# Change Log
22
33
4- ## [ Unreleased ]
4+ ## [ 1.0.0 ]
55
66### Changed
77
@@ -302,7 +302,7 @@ This version causes major breaking API changes to simplify it and making it more
302302Initial release
303303
304304
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
306306[ 0.8.0 ] : https://github.com/sdispater/pendulum/releases/tag/0.8.0
307307[ 0.7.0 ] : https://github.com/sdispater/pendulum/releases/tag/0.7.0
308308[ 0.6.6 ] : https://github.com/sdispater/pendulum/releases/tag/0.6.6
Original file line number Diff line number Diff line change 11Introduction
22============
33
4- .. warning ::
5-
6- Pendulum is still in development, so expect (not to many I hope) breaking API changes in
7- the future.
8-
94Pendulum is a Python package to ease datetimes manipulation.
105
116It is heavily inspired by `Carbon <http://carbon.nesbot.com >`_ for PHP.
Original file line number Diff line number Diff line change 5858# built documents.
5959#
6060# The short X.Y version.
61- version = '0.8 '
61+ version = '1.0 '
6262# The full version, including alpha/beta/rc tags.
63- release = '0.8 .0'
63+ release = '1.0 .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 = '0.8 .0'
3+ VERSION = '1.0 .0'
You can’t perform that action at this time.
0 commit comments