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

Commit

Permalink
Bump version for development
Browse files Browse the repository at this point in the history
  • Loading branch information
spenceforce committed Dec 2, 2019
1 parent eb53ac2 commit c3fa2e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ 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
Expand Down Expand Up @@ -128,6 +130,7 @@ project adheres to [Semantic Versioning](http://semver.org).
### Added
- Initial code.

[Unreleased]: https://github.com/smitchell556/cuttlepool/compare/v0.9.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
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'
__version__ = '0.10.0-dev'

try:
import threading
Expand Down

0 comments on commit c3fa2e5

Please sign in to comment.