Skip to content
This repository has been archived by the owner on Aug 13, 2019. It is now read-only.

Commit

Permalink
Merge pull request #348 from glasserc/prepare-1.1.4
Browse files Browse the repository at this point in the history
Prepare 1.1.4
  • Loading branch information
glasserc authored Feb 15, 2018
2 parents 462c350 + a9535b3 commit 6e10a61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The current procedure is:

* Bump version in `jobs/setup.py`
* Update the release date in `jobs/CHANGELOG.rst`
* `make build-dependencies`
* `cd jobs && make build-requirements`
* `git commit -am "Bump x.y.z"`
* Open PR, wait for it to become green
* Merge PR
Expand Down
2 changes: 1 addition & 1 deletion jobs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Changelog

This document describes changes between each past release.

1.1.4 (unreleased)
1.1.4 (2018-02-15)
------------------

**Bug fixes**
Expand Down
2 changes: 1 addition & 1 deletion jobs/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def read_file(filename):


setup(name='buildhub',
version='1.1.3',
version='1.1.4',
description='Buildhub Python libraries.',
long_description="{}\n\n{}\n\n{}".format(README, CHANGELOG, CONTRIBUTORS),
license='Apache License (2.0)',
Expand Down

0 comments on commit 6e10a61

Please sign in to comment.