Skip to content

Commit

Permalink
Merge branch 'taggy-tag' into 'dev'
Browse files Browse the repository at this point in the history
pre-tag v0.11.3

See merge request epi2melabs/ezcharts!210
  • Loading branch information
mattdmem committed Dec 17, 2024
2 parents a78384a + 68a3d12 commit c365d38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [v0.11.3]
### Fixed
- load_modkit_summary function shows the threshold value of any modified base.
### Changed
Expand Down
2 changes: 1 addition & 1 deletion ezcharts/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Simple eCharts API."""

__version__ = "0.11.2"
__version__ = "0.11.3"

import argparse
import importlib
Expand Down

0 comments on commit c365d38

Please sign in to comment.