Skip to content
This repository has been archived by the owner on Nov 12, 2022. It is now read-only.

Commit

Permalink
bump: version 0.1.1 → 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKing committed Aug 5, 2022
1 parent b3821c5 commit bf32eff
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.1.1.{build}
version: 0.1.2.{build}

image:
- Ubuntu
Expand Down
2 changes: 1 addition & 1 deletion dash_charts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from loguru import logger

__version__ = '0.1.1'
__version__ = '0.1.2'
__pkg_name__ = 'dash_charts'

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
Expand Up @@ -2,6 +2,12 @@

### Fix

- copy archival notice to doc README as well

## 0.1.1 (2022-08-04)

### Fix

- update README to indicate archival

## 0.1.0 (2022-02-18)
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ change_type_order = [
"Change (Old)",
"Fix (Old)",
]
version = "0.1.1"
version = "0.1.2"
version_files = ["pyproject.toml", "dash_charts/__init__.py", "appveyor.yml"]

[tool.commitizen.cz_legacy_map]
Expand All @@ -34,7 +34,7 @@ New = "New (Old)"

[tool.poetry]
name = "dash_charts"
version = "0.1.1"
version = "0.1.2"
description = "Python package for Plotly/Dash apps with support for multi-page, modules, and new charts such as Pareto with an Object Orient Approach"
license = "MIT"
authors = ["Kyle King <[email protected]>"]
Expand Down

0 comments on commit bf32eff

Please sign in to comment.