Skip to content

Commit

Permalink
Updated URL and documentation in preparation for cmd2-ext-test 0.2.0 …
Browse files Browse the repository at this point in the history
…release
  • Loading branch information
anselor committed Sep 11, 2020
1 parent d25534a commit eb0669e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
12 changes: 8 additions & 4 deletions plugins/ext_test/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

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

## 0.1.0 (2020-03-09)
## 0.1.2 (2020-08-03)
* Bug Fixes
* Applied fix to match change in cmd2 APIs

## 0.1.1 (2020-03-09)

### Added
- Initial contribution
Expand Down
8 changes: 5 additions & 3 deletions plugins/ext_test/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@

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

packages=['cmd2_ext_test'],

python_requires='>=3.4',
python_requires='>=3.5',
install_requires=['cmd2 >= 0.9.4, <=2'],
setup_requires=['setuptools_scm >= 3.0'],

classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'Operating System :: OS Independent',
'Topic :: Software Development :: Libraries :: Python Modules',
Expand All @@ -48,6 +48,8 @@
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language:: Python:: 3.8',
'Programming Language:: Python:: 3.9',
],

# dependencies for development and testing
Expand Down

0 comments on commit eb0669e

Please sign in to comment.