Skip to content

Commit 1a50c3a

Browse files
committed
Updated CHANGELOG and Release Procedure
1 parent 78efc47 commit 1a50c3a

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

CHANGELOG.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
0.7.0 (Planned)
22
[+] Added mock.MockQualtrics object (for unit testing code that uses pyqualtrics.Qualtrics class)
33

4-
0.6.4 - 3/30/2017
4+
0.6.5 - 4/1/2017
55
[+] Added v3 API calls: CreateResponseExport, GetResponseExportProgress, GetResponseExportFile and
66
DownloadResponseExportFile
77

Release Procedure.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,19 @@ cd /tmp
1010
git clone https://github.com/Baguage/pyqualtrics
1111
mkvirtualenv qualtrics
1212
cd pyqualtrics
13+
pip install -r requirements.txt
1314
python setup.py test
1415
python setup.py install
1516
deactivate
1617
rmvirtualenv qualtrics
1718
cd ..
1819
rm -rf pyqualtrics
1920
```
20-
6. Run unittests on a different machine
2121

22-
`python setup.py test`
23-
24-
7. Make a release/tag
22+
6. Make a release/tag
2523

2624
https://github.com/Baguage/pyqualtrics/releases -> Draft a new release
2725

2826
Use v0.6.2 format for tag name
2927

30-
8. Run `setup.py sdist bdist_egg bdist_wininst upload` command
28+
7. Run `setup.py sdist bdist_egg bdist_wininst upload` command

0 commit comments

Comments
 (0)