Skip to content

Commit

Permalink
Bump 2.3.1 (#79)
Browse files Browse the repository at this point in the history
- drop deprecated pytest-runner
- dependencies update
- switch pypi classifier to beta
  • Loading branch information
amureki committed Oct 27, 2019
1 parent aa241cc commit 7b1f2d6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Removed

## [2.3.1] - 2019-10-27
### Changed
- Drop deprecated pytest-runner
- Dependencies update

## [2.3.0] - 2019-10-26
### Changed
- Handle major Salesforce incidents properly (https://github.com/amureki/statuscheck/pull/76)
Expand Down
1 change: 0 additions & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ pip==19.3.1
tox==3.14.0
coverage==4.5.4
pytest==5.2.1
pytest-runner==5.1

# Linting & QA
pre-commit==1.19.0
Expand Down
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@

requirements = ["Click>=6.0", "requests", "requests_html", "feedparser"]

setup_requirements = ["pytest-runner"]

test_requirements = ["pytest"]

setup(
author=about["__author__"],
author_email=about["__email__"],
classifiers=[
"Development Status :: 2 - Pre-Alpha",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Natural Language :: English",
Expand All @@ -43,7 +41,6 @@
keywords="statuscheck",
name="statuscheck",
packages=find_packages(exclude=["tests", "tests.*"]),
setup_requires=setup_requirements,
test_suite="tests",
tests_require=test_requirements,
url=about["__url__"],
Expand Down
2 changes: 1 addition & 1 deletion statuscheck/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__author__ = "Rustem Saiargaliev"
__email__ = "hi@amureki.me"
__url__ = "https://github.com/amureki/statuscheck"
__version__ = "2.3.0"
__version__ = "2.3.1"

0 comments on commit 7b1f2d6

Please sign in to comment.