Skip to content

Commit

Permalink
Added CHANGELOG.
Browse files Browse the repository at this point in the history
Bumped version number.
  • Loading branch information
movermeyer committed Nov 15, 2018
1 parent 44bda38 commit a1e82cc
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!-- Generated with "Markdown T​O​C" extension for Visual Studio Code -->
<!-- TOC anchorMode:github.com -->

- [1.x.x](#1xx)
- [Version 1.0.0](#version-100)
- [0.x.x](#0xx)
- [Version 0.0.2](#version-002)
- [Version 0.0.1](#version-001)

# 1.x.x

## Version 1.0.0

* Made FixedOffset objects picklable/copyable (Solves #12, Thanks @jappievw)

# 0.x.x

## Version 0.0.2

* Fixed build issue that impacted certain installations (#10, Thanks @rlyons)

## Version 0.0.1

* Initial release
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
with open('README.rst', encoding='utf-8') as file:
long_description = file.read()

VERSION = "0.0.2"
VERSION = "1.0.0"

setup(
name="backports-datetime-fromisoformat",
version=VERSION,
Expand Down

0 comments on commit a1e82cc

Please sign in to comment.