Skip to content

Commit

Permalink
bump: version 0.8.1 → 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKing committed Jan 16, 2022
1 parent f64aefd commit 3aabfb2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 0.8.1.{build}
version: 0.8.2.{build}

image:
- Ubuntu
Expand Down
2 changes: 1 addition & 1 deletion calcipy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from beartype.roar import BeartypeDecorHintPepDeprecatedWarning
from loguru import logger

__version__ = '0.8.1'
__version__ = '0.8.2'
__pkg_name__ = 'calcipy'

logger.disable(__pkg_name__)
Expand Down
6 changes: 6 additions & 0 deletions docs/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Unreleased

### Fix

- drop all references to CalVer

## 0.8.1 (2022-01-16)

### Refactor
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ change_type_order = [
"Change (Old)",
"Fix (Old)",
]
version = "0.8.1"
version = "0.8.2"
version_files = ["pyproject.toml", "calcipy/__init__.py", "appveyor.yml"]

[tool.commitizen.cz_legacy_map]
Expand All @@ -43,7 +43,7 @@ multi_line_output = 5

[tool.poetry]
name = "calcipy"
version = "0.8.1"
version = "0.8.2"
description = "Python package to simplify development. Includes functionality for task running, testing, linting, documenting, and more"
license = "MIT"
authors = ["Kyle King <[email protected]>"]
Expand Down

0 comments on commit 3aabfb2

Please sign in to comment.