Skip to content

Commit

Permalink
Merge pull request #131 from danielquinn/next-release
Browse files Browse the repository at this point in the history
Next release housekeeping
  • Loading branch information
astrikos committed Dec 15, 2015
2 parents aaf106e + eeb5b03 commit 92b7c31
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Release History
===============

1.2.0 (released 2015-12-15)
---------------------------

Output Changes
~~~~~~~~~~~~~~
- `#119`_: Support HTTP results.
- `#122`_: Allow packagers to set the user agent.


1.1.1 (released 2015-11-25)
---------------------------

Expand Down Expand Up @@ -37,3 +46,5 @@ Changes

.. _#103: https://github.com/RIPE-NCC/ripe-atlas-tools/issues/103
.. _#105: https://github.com/RIPE-NCC/ripe-atlas-tools/issues/105
.. _#119: https://github.com/RIPE-NCC/ripe-atlas-tools/issues/119
.. _#122: https://github.com/RIPE-NCC/ripe-atlas-tools/issues/122
2 changes: 1 addition & 1 deletion ripe/atlas/tools/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

__version__ = "1.1.1"
__version__ = "1.2.0"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
install_requires=[
"python-dateutil",
"requests>=2.7.0",
"ripe.atlas.cousteau>=1.0.4",
"ripe.atlas.sagan>=1.1.6",
"ripe.atlas.cousteau>=1.0.6",
"ripe.atlas.sagan>=1.1.8",
"tzlocal",
"pyyaml",
"pyOpenSSL>=0.13",
Expand Down

0 comments on commit 92b7c31

Please sign in to comment.