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

Commit

Permalink
Preparing release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Nov 3, 2017
1 parent cc5e415 commit f23b3e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion jobs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,15 @@ Changelog

This document describes changes between each past release.

1.1.0 (unreleased)
1.1.0 (2017-11-03)
------------------

- Changed log level from error to warning when metadata could not be found (#297, #298)
- Updated docs with prod URLs (#293)
- Added ElasticSearch queries examples (#294)

**Bug fixes**

- Use ``requirements.txt`` versions when building the container (fixes #299)
- Prevent test_packages metadata from being recognized as release metadata (fixes #295)

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.0dev0',
version='1.1.0',
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 f23b3e6

Please sign in to comment.