Skip to content

Commit eb0669e

Browse files
committed
Updated URL and documentation in preparation for cmd2-ext-test 0.2.0 release
1 parent d25534a commit eb0669e

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

plugins/ext_test/CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## 0.2.0 (TBD)
8-
- Relocated inside of cmd2 project
9-
- Fixes to match cmd2 API changes
7+
## 0.2.0 (2020-09-11)
8+
* Updated documentation to reflect new home inside of main cmd2 repo.
9+
* Updated python version requirements to match cmd2
1010

11-
## 0.1.0 (2020-03-09)
11+
## 0.1.2 (2020-08-03)
12+
* Bug Fixes
13+
* Applied fix to match change in cmd2 APIs
14+
15+
## 0.1.1 (2020-03-09)
1216

1317
### Added
1418
- Initial contribution

plugins/ext_test/setup.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@
2828

2929
author='Eric Lin',
3030
author_email='[email protected]',
31-
url='https://github.com/python-cmd2/cmd2-ext-test',
31+
url='https://github.com/python-cmd2/cmd2/tree/master/plugins/ext_test',
3232
license='MIT',
3333

3434
packages=['cmd2_ext_test'],
3535

36-
python_requires='>=3.4',
36+
python_requires='>=3.5',
3737
install_requires=['cmd2 >= 0.9.4, <=2'],
3838
setup_requires=['setuptools_scm >= 3.0'],
3939

4040
classifiers=[
41-
'Development Status :: 4 - Beta',
41+
'Development Status :: 5 - Production/Stable',
4242
'Environment :: Console',
4343
'Operating System :: OS Independent',
4444
'Topic :: Software Development :: Libraries :: Python Modules',
@@ -48,6 +48,8 @@
4848
'Programming Language :: Python :: 3.5',
4949
'Programming Language :: Python :: 3.6',
5050
'Programming Language :: Python :: 3.7',
51+
'Programming Language:: Python:: 3.8',
52+
'Programming Language:: Python:: 3.9',
5153
],
5254

5355
# dependencies for development and testing

0 commit comments

Comments
 (0)