Skip to content

Commit eb7a8c2

Browse files
committed
v0.5.0 — Yanking and user-supplied sessions
- The `PyPISimple` constructor now takes an optional `session` argument which can be used to specify a `requests.Session` object with more complicated configuration than just authentication - Support for PEP 592; `DistributionPackage` now has a `yanked` attribute
1 parent 64d74b4 commit eb7a8c2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
v0.5.0 (in development)
2-
-----------------------
1+
v0.5.0 (2019-05-12)
2+
-------------------
33
- The `PyPISimple` constructor now takes an optional `session` argument which
44
can be used to specify a `requests.Session` object with more complicated
55
configuration than just authentication

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2018 John Thorvald Wodder II
3+
Copyright (c) 2018-2019 John Thorvald Wodder II
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

pypi_simple.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
Visit <https://github.com/jwodder/pypi-simple> for more information.
1313
"""
1414

15-
__version__ = '0.5.0.dev1'
15+
__version__ = '0.5.0'
1616
__author__ = 'John Thorvald Wodder II'
1717
__author_email__ = '[email protected]'
1818
__license__ = 'MIT'

0 commit comments

Comments
 (0)