Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Release version 1.8.0#705

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
max-wittig merged 1 commit intomasterfromrelease-1.8.0
Feb 22, 2019
Merged
Show file tree
Hide file tree
Changes fromall 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
15 changes: 15 additions & 0 deletionsChangeLog.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
ChangeLog
=========

Version 1.8.0_ - 2019-02-22
---------------------------

* docs(setup): use proper readme on PyPI
* docs(readme): provide commit message guidelines
* fix(api): make reset_time_estimate() work again
* fix: handle empty 'Retry-After' header from GitLab
* fix: remove decode() on error_message string
* chore: release tags to PyPI automatically
* fix(api): avoid parameter conflicts with python and gitlab
* fix(api): Don't try to parse raw downloads
* feat: Added approve & unapprove method for Mergerequests
* fix all kwarg behaviour

Version 1.7.0_ - 2018-12-09
---------------------------

Expand DownExpand Up@@ -685,6 +699,7 @@ Version 0.1 - 2013-07-08

* Initial release

.. _1.8.0: https://github.com/python-gitlab/python-gitlab/compare/1.7.0...1.8.0
.. _1.7.0: https://github.com/python-gitlab/python-gitlab/compare/1.6.0...1.7.0
.. _1.6.0: https://github.com/python-gitlab/python-gitlab/compare/1.5.1...1.6.0
.. _1.5.1: https://github.com/python-gitlab/python-gitlab/compare/1.5.0...1.5.1
Expand Down
2 changes: 2 additions & 0 deletionsRELEASE_NOTES.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -23,6 +23,8 @@ Changes from 1.7 to 1.8
query_parameters={'from': '2019-01-01'},
all=True)

* Additionally the ``all`` paremeter is not sent to the GitLab anymore.

Changes from 1.5 to 1.6
=======================

Expand Down
6 changes: 3 additions & 3 deletionsgitlab/__init__.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -31,11 +31,11 @@
from gitlab import utils # noqa

__title__ = 'python-gitlab'
__version__ = '1.7.0'
__version__ = '1.8.0'
__author__ = 'Gauvain Pocentek'
__email__ = 'gauvain@pocentek.net'
__email__ = 'gauvainpocentek@gmail.com'
__license__ = 'LGPL3'
__copyright__ = 'Copyright 2013-2018 Gauvain Pocentek'
__copyright__ = 'Copyright 2013-2019 Gauvain Pocentek'

warnings.filterwarnings('default', category=DeprecationWarning,
module='^gitlab')
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp