Skip to content

Commit

Permalink
2.0.8 (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanking13 authored Aug 2, 2023
1 parent 8b0e4cf commit 3736ef4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 12 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run standard checks on push/pull request
name: Test

on:
push:
Expand Down Expand Up @@ -36,12 +36,3 @@ jobs:
run: |
pip install pytest
pytest SRT -x -v
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build docs
uses: ammaraskar/sphinx-action@master
with:
pre-build-command: "pip install -r requirements/docs.txt"
docs-folder: "docs/"
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Unreleased

## v2.0.8 (2023/08/02)

- `search_train()` 메소드가 더이상 사용자의 로그인 여부를 확인하지 않음.
([#238](https://github.com/ryanking13/SRT/pull/238))

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SRT

![github actions badge](https://github.com/ryanking13/SRT/workflows/Python%20package/badge.svg)
![github actions badge](https://github.com/ryanking13/SRT/workflows/Test/badge.svg)
[![Downloads](https://pepy.tech/badge/srtrain)](https://pepy.tech/project/srtrain)
[![Downloads](https://pepy.tech/badge/srtrain/month)](https://pepy.tech/project/srtrain)
[![Documentation Status](https://readthedocs.org/projects/srtrain/badge/?version=latest)](https://srtrain.readthedocs.io/en/latest/?badge=latest)
Expand Down
2 changes: 1 addition & 1 deletion SRT/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .seat_type import SeatType
from .srt import SRT

__version__ = "2.0.7"
__version__ = "2.0.8"

__all__ = [
"SRT",
Expand Down

0 comments on commit 3736ef4

Please sign in to comment.