Skip to content

Commit e0f0b2f

Browse files
authored
Prepare for 0.6.1 release. (#210)
1 parent 998b6cf commit e0f0b2f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

docs/source/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Changelog
33

44
.. _changelog-0.6.1:
55

6-
0.6.1 / [unreleased]
6+
0.6.1 / 2018-09-11
77
--------------------
88

99
- Improved ``read_gbq`` performance and memory consumption by delegating

release-procedure.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
* Add current date to `docs/source/changelog.rst`.
2+
3+
* Send PR to prepare release on scheduled date.
4+
5+
* Verify you are on the latest changes. `rebase -i` should be noop.
6+
7+
git fetch pandas-gbq master
8+
git checkout master
9+
git rebase -i pandas-gbq/master
10+
git diff pandas-gbq/master
11+
112
* Tag commit
213

314
git tag -a x.x.x -m 'Version x.x.x'

0 commit comments

Comments
 (0)