Skip to content
This repository has been archived by the owner on May 2, 2021. It is now read-only.

Commit

Permalink
Release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spenceforce committed Dec 2, 2019
1 parent cdc9a52 commit eb53ac2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com) and this
project adheres to [Semantic Versioning](http://semver.org).

## [Unreleased]
## [0.9.0] - 2019-12-02
### Changed
- Moved logic for iterating over unavailable region to a newly defined
generator, `_unavailable_range`.
Expand Down Expand Up @@ -128,7 +128,7 @@ project adheres to [Semantic Versioning](http://semver.org).
### Added
- Initial code.

[Unreleased]: https://github.com/smitchell556/cuttlepool/compare/v0.8.0...HEAD
[0.9.0]: https://github.com/smitchell556/cuttlepool/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/smitchell556/cuttlepool/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/smitchell556/cuttlepool/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/smitchell556/cuttlepool/compare/v0.5.1...v0.6.0
Expand Down
2 changes: 1 addition & 1 deletion cuttlepool.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:license: BSD 3-clause, see LICENSE for details.
"""

__version__ = '0.9.0-dev'
__version__ = '0.9.0'

try:
import threading
Expand Down

0 comments on commit eb53ac2

Please sign in to comment.