summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Bishop <stuart.bishop@canonical.com>2019-07-31 18:19:55 +0700
committerStuart Bishop <stuart.bishop@canonical.com>2019-07-31 18:19:55 +0700
commit5b379f56c610b388c678d532dd303cb6f4b80aeb (patch)
tree91fb549aa6a17b3573ddbc6f02329c1482a628c3
parentc09737e968b232aa8f824d94506a4962fc655814 (diff)
downloadpytz-git-5b379f56c610b388c678d532dd303cb6f4b80aeb.tar.gz
Update dev README
-rw-r--r--README.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.txt b/README.txt
index 9959b4f..f63a900 100644
--- a/README.txt
+++ b/README.txt
@@ -1,5 +1,5 @@
-Brings the Olson tz database into Python. This library allows accurate and
+Brings the IANA tz database into Python. This library allows accurate and
cross platform timezone calculations.
More information in src/README.txt
@@ -7,7 +7,7 @@ More information in src/README.txt
Release process;
1) Untar upstream tarballs into elsie/src
- 2) Update OLSON_VERSION in src/pytz/__init__.py and EXPECTED_VERSION in
+ 2) Update VERSION & OLSON_VERSION in src/pytz/__init__.py, and EXPECTED_VERSION in
src/pytz/tests/test_tzinfo.py
3) make test
4) make dist