Skip to content

Commit e85c975

Browse files
authored
Prepare 0.2.0 release (#30)
1 parent b0990db commit e85c975

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

README.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ git clone https://github.com/getodk/pyodk.git repo
2929
/usr/local/bin/python3.8 -m venv venv
3030
source venv/bin/activate
3131
32-
# Install pyodk and it's production dependencies.
32+
# Install pyodk and its production dependencies.
3333
cd ~/repos/pyodk/repo
3434
pip install -e .
3535
@@ -201,9 +201,8 @@ nosetests -v -v --traverse-namespace ./tests
201201
# Releases
202202

203203
1. Run all linting and tests.
204-
2. Draft a new GitHub release with the list of merged PRs.
205-
3. Checkout a release branch from latest upstream master.
206-
4. Update `CHANGES.md` with the text of the draft release.
207-
5. Update `pyodk/__init__.py` with the new release version number.
208-
6. Commit, push the branch, and initiate a pull request. Wait for tests to pass, then merge the PR.
209-
7. Tag the release and it will automatically be published (see `release.yml` actions file).
204+
1. Draft a new GitHub release with the list of merged PRs.
205+
1. Check out a release branch from latest upstream master.
206+
1. Update `pyodk/__version__.py` with the new release version number.
207+
1. Commit, push the branch, and initiate a pull request. Wait for tests to pass, then merge the PR.
208+
1. Tag the release and it will automatically be published (see `release.yml` actions file).

pyodk/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)