We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 998b6cf commit e0f0b2fCopy full SHA for e0f0b2f
docs/source/changelog.rst
@@ -3,7 +3,7 @@ Changelog
3
4
.. _changelog-0.6.1:
5
6
-0.6.1 / [unreleased]
+0.6.1 / 2018-09-11
7
--------------------
8
9
- Improved ``read_gbq`` performance and memory consumption by delegating
release-procedure.md
@@ -1,3 +1,14 @@
1
+* Add current date to `docs/source/changelog.rst`.
2
+
+* Send PR to prepare release on scheduled date.
+* Verify you are on the latest changes. `rebase -i` should be noop.
+ git fetch pandas-gbq master
+ git checkout master
+ git rebase -i pandas-gbq/master
10
+ git diff pandas-gbq/master
11
12
* Tag commit
13
14
git tag -a x.x.x -m 'Version x.x.x'
0 commit comments