Skip to content
This repository was archived by the owner on Jun 12, 2023. It is now read-only.

Commit 576a543

Browse files
committed
update for 1.0.2
1 parent bc65702 commit 576a543

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# TO EDIT
2-
TAG ?= v1.0.0
2+
TAG ?= v1.0.2
33
GH_USERNAME ?= TomAugspurger
44
PANDAS_VERSION=$(TAG:v%=%)
55
PANDAS_BASE_VERSION=$(shell echo $(PANDAS_VERSION) | awk -F '.' '{OFS="."} { print $$1, $$2}')

scripts/build-docs.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ cd /pandas/doc
1717

1818
./make.py html
1919
./make.py zip_html
20+
./make.py latex_forced ||:
2021
./make.py latex_forced

0 commit comments

Comments
 (0)