Skip to content

Commit a6be390

Browse files
committed
Added doc section on Parameters, example test code
1 parent 1c37c22 commit a6be390

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Change Log
2+
All notable changes to this project will be documented in this file.
3+
4+
## [tmtpycsw v2.0.1] - 2020-05-15
5+
6+
### Added
7+
8+
- Added documentation, test code
9+
10+
### Changed
11+
12+
- Updated for csw-2.0.1
13+

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ test: all
99
(cd tests; runTests.sh)
1010

1111
# Upload release (requires username, password)
12-
dist:
12+
release:
1313
python3 -m pip install --user --upgrade setuptools wheel
1414
python3 setup.py sdist bdist_wheel
1515
python3 -m pip install --user --upgrade twine

0 commit comments

Comments
 (0)