Skip to content

Commit

Permalink
Bumping version and changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Mar 3, 2021
1 parent 527dbcd commit 4c3a8a7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,15 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/alexdlaird/hookee/compare/2.0.2...HEAD)
## [Unreleased](https://github.com/alexdlaird/hookee/compare/2.0.3...HEAD)

## [2.0.3](https://github.com/alexdlaird/hookee/compare/2.0.2...2.0.3) - 2021-03-02
### Changed
- Migrated build from Travis CI to GitHub Actions.

### Fixed
- Build improvements.

## [2.0.2](https://github.com/alexdlaird/hookee/compare/2.0.0...2.0.2) - 2020-12-28
### Fixed
- Build improvements.
Expand Down
4 changes: 2 additions & 2 deletions hookee/hookeemanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
from hookee.util import PrintUtil

__author__ = "Alex Laird"
__copyright__ = "Copyright 2020, Alex Laird"
__version__ = "2.0.2"
__copyright__ = "Copyright 2021, Alex Laird"
__version__ = "2.0.3"


class HookeeManager:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from setuptools import setup

__author__ = "Alex Laird"
__copyright__ = "Copyright 2020, Alex Laird"
__version__ = "2.0.2"
__copyright__ = "Copyright 2021, Alex Laird"
__version__ = "2.0.3"

with open("README.md", "r") as f:
long_description = f.read()
Expand Down

0 comments on commit 4c3a8a7

Please sign in to comment.