Skip to content

Commit

Permalink
Prepare the 1.3.0.dev6 release. (pantsbuild#4169)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateor authored Jan 6, 2017
1 parent e01cee8 commit dc919f6
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ Mark Chu-Carroll <[email protected]>
Mark McBride <[email protected]>
Stu Hood <[email protected]>
Yi Cheng <[email protected]>
Fiona Condone <[email protected]>
Yujie Chen <[email protected]>
Ny Saechao <[email protected]>
3 changes: 2 additions & 1 deletion CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Created by running `build-support/bin/contributors.sh`.
Created by running `./build-support/bin/contributors.sh`.

+ Aaron Mitchell
+ Alan Paulin
Expand Down Expand Up @@ -104,6 +104,7 @@ Created by running `build-support/bin/contributors.sh`.
+ Nick Howard
+ Nik Shkrob
+ Nitay Joffe
+ Ny Saechao
+ Oliver Gould
+ Patrick Lawson
+ Paul Groudas
Expand Down
29 changes: 29 additions & 0 deletions src/python/pants/notes/master.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,35 @@ Master Pre-Releases
This document describes ``dev`` releases which occur weekly from master, and which do
not undergo the vetting associated with ``stable`` releases.


1.3.0.dev6 (1/06/2017)
-----------------------

API Changes
~~~~~~~~~~~

* Refactor the thrift codegen task. (#4155)
`PR #4155 <https://github.com/pantsbuild/pants/pull/4155>`_

* Finish splitting up the codegen backend. (#4147)
`PR #4147 <https://github.com/pantsbuild/pants/pull/4147>`_

Refactoring, Improvements, and Tooling
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* Fix import order issues introduced by a previous commit. (#4156)
`PR #4156 <https://github.com/pantsbuild/pants/pull/4156>`_

* Bump default nodejs version to 6.9.1 from 6.2.0 (#4161)
`PR #4161 <https://github.com/pantsbuild/pants/pull/4161>`_

* Make post_stat async (#4157)
`PR #4157 <https://github.com/pantsbuild/pants/pull/4157>`_

* Fix release script owners check.
`Commit <https://github.com/pantsbuild/pants/commit/a40234429cc05f6483f91b08f10037429710b5b4>`_


1.3.0.dev5 (12/30/2016)
-----------------------

Expand Down
2 changes: 1 addition & 1 deletion src/python/pants/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
from packaging.version import Version


VERSION = '1.3.0.dev5'
VERSION = '1.3.0.dev6'

PANTS_SEMVER = Version(VERSION)

0 comments on commit dc919f6

Please sign in to comment.