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

Commit 953b17b

Browse files
Merge pull request #30 from TomAugspurger/v1.0.2
update for 1.0.2
2 parents bc65702 + 576a543 commit 953b17b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

+1-1
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

+1
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)