Skip to content

Commit f11f493

Browse files
committed
Bump version to v1.4.0
1 parent 302610c commit f11f493

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[![Semantic release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
1010
[![LOC](https://sloc.xyz/github/MapleCCC/Fund-Info-Fetcher)](https://sloc.xyz/github/MapleCCC/Fund-Info-Fetcher)
1111
[![Code Style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
12-
[![GitHub commits since latest release (by SemVer)](https://img.shields.io/github/commits-since/MapleCCC/Fund-Info-Fetcher/latest?sort=semver)](https://github.com/MapleCCC/Fund-Info-Fetcher/compare/v1.3.1...master)
12+
[![GitHub commits since latest release (by SemVer)](https://img.shields.io/github/commits-since/MapleCCC/Fund-Info-Fetcher/latest?sort=semver)](https://github.com/MapleCCC/Fund-Info-Fetcher/compare/v1.4.0...master)
1313
<!-- TODO which diff method should we use? two dots or three dots? -->
1414

1515
## TOC
@@ -45,7 +45,7 @@ Prerequisites: Python>=3.8, [Git](https://git-scm.com/), [pip](https://pip.pypa.
4545
One-liner installation recipe:
4646

4747
```bash
48-
$ python -m pip install git+https://github.com/MapleCCC/Fund-Info-Fetcher.git@v1.3.1#egg=Fund-Info-Fetcher
48+
$ python -m pip install git+https://github.com/MapleCCC/Fund-Info-Fetcher.git@v1.4.0#egg=Fund-Info-Fetcher
4949
```
5050

5151
If editable mode installation is preferred:
@@ -56,7 +56,7 @@ $ python -m virtualenv .venv
5656
$ source .venv/Scripts/activate
5757

5858
# Install in editable mode
59-
$ python -m pip install -e git+https://github.com/MapleCCC/Fund-Info-Fetcher.git@v1.3.1#egg=Fund-Info-Fetcher
59+
$ python -m pip install -e git+https://github.com/MapleCCC/Fund-Info-Fetcher.git@v1.4.0#egg=Fund-Info-Fetcher
6060
```
6161

6262
## Usage

fetcher/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__all__ = ["__version__"]
22

3-
__version__ = "v1.3.1"
3+
__version__ = "v1.4.0"

0 commit comments

Comments
 (0)