Skip to content

Commit

Permalink
bump: version 0.12.0 → 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKing committed Feb 18, 2022
1 parent 19a79df commit 95ef50c
Show file tree
Hide file tree
Showing 4 changed files with 11 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.12.0.{build}
version: 0.12.1.{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 @@ -2,7 +2,7 @@

from loguru import logger

__version__ = '0.12.0'
__version__ = '0.12.1'
__pkg_name__ = 'calcipy'

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

### Fix

- always return 0 to complete format task
- use short paths when formatting Python code if available

## 0.12.0 (2022-02-18)

### Feat
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.12.0"
version = "0.12.1"
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.12.0"
version = "0.12.1"
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 95ef50c

Please sign in to comment.