Skip to content

Commit b18a35e

Browse files
committed
Bumps version to 1.0.0
1 parent 6089b33 commit b18a35e

File tree

4 files changed

+5
-10
lines changed

4 files changed

+5
-10
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
302302
Initial 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

docs/_docs/introduction.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
Introduction
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-
94
Pendulum is a Python package to ease datetimes manipulation.
105

116
It is heavily inspired by `Carbon <http://carbon.nesbot.com>`_ for PHP.

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
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.

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 = '0.8.0'
3+
VERSION = '1.0.0'

0 commit comments

Comments
 (0)