We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c37c22 commit a6be390Copy full SHA for a6be390
CHANGELOG.md
@@ -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
@@ -9,7 +9,7 @@ test: all
(cd tests; runTests.sh)
# Upload release (requires username, password)
-dist:
+release:
python3 -m pip install --user --upgrade setuptools wheel
14
python3 setup.py sdist bdist_wheel
15
python3 -m pip install --user --upgrade twine
0 commit comments