Skip to content

Commit 8d8dc05

Browse files
committed
1.0.0
1 parent c17335e commit 8d8dc05

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

33
## [Unreleased]
4+
5+
## [1.0.0] - 2021-03-02
46
### Added
57
- Python 3.9 support
68

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name='pylint-pytest',
15-
version='0.3.0',
15+
version='1.0.0',
1616
author='Reverb Chu',
1717
author_email='[email protected]',
1818
maintainer='Reverb Chu',
@@ -28,7 +28,7 @@
2828
'pytest>=4.6',
2929
],
3030
classifiers=[
31-
'Development Status :: 4 - Beta',
31+
'Development Status :: 5 - Production/Stable',
3232
'Intended Audience :: Developers',
3333
'Topic :: Software Development :: Testing',
3434
'Topic :: Software Development :: Quality Assurance',

0 commit comments

Comments
 (0)