Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
:target: http://travis-ci.org/upwork/python-upwork
:alt: Build status

Copyright (c) 2010-2018, Upwork http://www.upwork.com
Copyright (c) 2010-2019, Upwork http://www.upwork.com
All rights reserved.


Expand Down
7 changes: 7 additions & 0 deletions changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
Changelog
***************

.. _1.3.4:

Version 1.3.4
-------------
* allow for custom ssl cert paths
* allow specifying custom pool managers

.. _1.3.3:

Version 1.3.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
README = readme.read()
readme.close()

VERSION = (1, 3, 3, 0, 0)
VERSION = (1, 3, 4, 0, 0)


def get_version():
Expand Down
2 changes: 1 addition & 1 deletion upwork/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

"""

VERSION = '1.3.3'
VERSION = '1.3.4'


def get_version():
Expand Down