Skip to content

Commit f30bd40

Browse files
committed
Bumps version to 1.0.1
1 parent 5b0d508 commit f30bd40

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 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.1]
55

66
### Fixed
77

@@ -309,7 +309,8 @@ This version causes major breaking API changes to simplify it and making it more
309309
Initial release
310310

311311

312-
[Unreleased]: https://github.com/sdispater/pendulum/compare/1.0.0...master
312+
[Unreleased]: https://github.com/sdispater/pendulum/compare/1.0.1...master
313+
[1.0.1]: https://github.com/sdispater/pendulum/releases/tag/1.0.1
313314
[1.0.0]: https://github.com/sdispater/pendulum/releases/tag/1.0.0
314315
[0.8.0]: https://github.com/sdispater/pendulum/releases/tag/0.8.0
315316
[0.7.0]: https://github.com/sdispater/pendulum/releases/tag/0.7.0

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
# The short X.Y version.
6161
version = '1.0'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '1.0.0'
63+
release = '1.0.1'
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 = '1.0.0'
3+
VERSION = '1.0.1'

0 commit comments

Comments
 (0)