Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
alpinweis committed Jan 30, 2023
1 parent d031aeb commit f4321dc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### [0.6.0] - 2023-01-30
* Add endpoint to get user repos

### [0.5.2] - 2022-05-26
* Add support for Circle-Token header based auth

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.2
0.6.0
2 changes: 1 addition & 1 deletion pycircleci/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def get_user_collaborations(self):
return resp

def get_user_repos(self, vcs_type=GITHUB, paginate=False, limit=None):
"""Get summary info about all the repos a user has the ability to see.
"""Get list of repos accessible to the user.
.. note::
This is useful because ``get_projects`` only shows projects a user
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
flake8 ~= 6.0
flake8-quotes ~=3.0
flake8~=6.0
flake8-quotes~=3.0
pytest
requests
requests-toolbelt

0 comments on commit f4321dc

Please sign in to comment.