We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c17335e commit 8d8dc05Copy full SHA for 8d8dc05
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Changelog
2
3
## [Unreleased]
4
+
5
+## [1.0.0] - 2021-03-02
6
### Added
7
- Python 3.9 support
8
setup.py
@@ -12,7 +12,7 @@
12
13
setup(
14
name='pylint-pytest',
15
- version='0.3.0',
+ version='1.0.0',
16
author='Reverb Chu',
17
author_email='[email protected]',
18
maintainer='Reverb Chu',
@@ -28,7 +28,7 @@
28
'pytest>=4.6',
29
],
30
classifiers=[
31
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 5 - Production/Stable',
32
'Intended Audience :: Developers',
33
'Topic :: Software Development :: Testing',
34
'Topic :: Software Development :: Quality Assurance',
0 commit comments